use as flag overviewsAddedToMapconfig instead of overviewsUsed

This commit is contained in:
Eneko Lakasta 2018-09-05 13:14:55 +02:00
parent 564884797d
commit 65e10bc20d

View File

@ -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';