Pick format from user params
This commit is contained in:
parent
1f3a073f21
commit
6843692f01
@ -166,7 +166,7 @@ NamedStaticMapsController.prototype.named = function(req, res) {
|
||||
headers: _.clone(fakeReq.headers),
|
||||
params: _.extend(_.clone(fakeReq.params), {
|
||||
token: layergroupId,
|
||||
format: 'png'
|
||||
format: req.params.format
|
||||
})
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user