Do not make optional layer param in URL template

This commit is contained in:
Daniel García Aubert 2017-05-17 11:40:18 +02:00
parent 5a44d6c547
commit e13ae8d5af

View File

@ -56,7 +56,7 @@ LayergroupController.prototype.register = function(app) {
this.tile.bind(this));
app.get(app.base_url_mapconfig +
'/:token/:z/:x/:y.(:format)', cors(), userMiddleware,
'/:token/:z/:x/:y.:format', cors(), userMiddleware,
this.tile.bind(this));
app.get(app.base_url_mapconfig +