Rename middleware fn name
This commit is contained in:
parent
3ceeaedf02
commit
060b93c314
@ -329,7 +329,7 @@ function getTilejson(tiles, grids) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
MapController.prototype.setTilejsonMetadataToLayergroup = function () {
|
MapController.prototype.setTilejsonMetadataToLayergroup = function () {
|
||||||
return function augmentLayergroupDataMiddleware (req, res, next) {
|
return function augmentLayergroupTilejsonMiddleware (req, res, next) {
|
||||||
const { layergroup, user, mapconfig } = res.locals;
|
const { layergroup, user, mapconfig } = res.locals;
|
||||||
|
|
||||||
const isVectorOnlyMapConfig = mapconfig.isVectorOnlyMapConfig();
|
const isVectorOnlyMapConfig = mapconfig.isVectorOnlyMapConfig();
|
||||||
|
Loading…
Reference in New Issue
Block a user