Do not make optional layer param in URL template
This commit is contained in:
parent
5a44d6c547
commit
e13ae8d5af
@ -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 +
|
||||
|
Loading…
Reference in New Issue
Block a user