mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-30 12:03:44 +01:00
Refactor overpass support using own implementation of overpass layer.
This commit is contained in:
@@ -219,13 +219,11 @@ $GLOBALS['TL_DCA']['tl_leaflet_layer'] = array
|
||||
'overpassQuery',
|
||||
'overpassEndpoint',
|
||||
'minZoom',
|
||||
'overpassCallback',
|
||||
'boundsMode'
|
||||
),
|
||||
'+expert' => array(
|
||||
'minZoomIndicatorPosition',
|
||||
'debug',
|
||||
'minZoomIndicatorMessage',
|
||||
'minZoomIndicatorMessageNoLayer',
|
||||
'onEachFeature',
|
||||
'pointToLayer',
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user