Add hint that zoom level is probably required (Close #56).

This commit is contained in:
David Molineus
2018-10-30 13:00:52 +01:00
parent d2338332b4
commit ed10175072
5 changed files with 79 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_map'] = [
],
'onload_callback' => [
['netzmacht.contao_leaflet.listeners.dca.leaflet', 'loadLanguageFile'],
['netzmacht.contao_leaflet.listeners.dca.map', 'addIncompleteConfigurationWarning'],
],
'onsubmit_callback' => [
['netzmacht.contao_leaflet.listeners.dca.leaflet', 'clearCache'],