use as flag overviewsAddedToMapconfig instead of overviewsUsed
This commit is contained in:
parent
564884797d
commit
65e10bc20d
@ -156,7 +156,7 @@ function prepareAdapterMapConfig (mapConfigAdapter) {
|
||||
requestMapConfig,
|
||||
params,
|
||||
context,
|
||||
(err, requestMapConfig, stats = { overviewsUsed : false }) => {
|
||||
(err, requestMapConfig, stats = { overviewsAddedToMapconfig : false }) => {
|
||||
req.profiler.done('anonymous.getMapConfig');
|
||||
|
||||
stats.mapType = 'anonymous';
|
||||
|
Loading…
Reference in New Issue
Block a user