forked from Snck3rs/contao-leaflet-maps
Support debug mode.
This commit is contained in:
@@ -48,6 +48,7 @@ class OverpassLayerMapper extends AbstractLayerMapper
|
|||||||
$this->optionsBuilder
|
$this->optionsBuilder
|
||||||
->addOption('query', 'overpassQuery')
|
->addOption('query', 'overpassQuery')
|
||||||
->addOption('minzoom', 'minZoom')
|
->addOption('minzoom', 'minZoom')
|
||||||
|
->addOption('debug')
|
||||||
->addOption('overpassEndpoint', 'endpoint');
|
->addOption('overpassEndpoint', 'endpoint');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user