diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-02-19 15:08:32 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-02-19 15:08:32 +0100 |
commit | 8bb9af48e6017ed8b7a8b16443ad40317a4767ad (patch) | |
tree | 936f7443e17f84cb3c3ce92e19417d85590cc750 /templates | |
parent | c0135a4495ce8a4918c84c12903e33d4fc13e14e (diff) |
Fix drop loading undefined overlayMaps.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/map.mdwn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/map.mdwn b/templates/map.mdwn index 4f3c3c05..74c0884e 100644 --- a/templates/map.mdwn +++ b/templates/map.mdwn @@ -11,7 +11,6 @@ map = L.map('content', { layers: [OSMLayer] }); map.attributionControl.setPrefix(false); map.fitBounds(Box); -L.control.layers([],overlayMaps).addTo(map); L.control.scale({ imperial: false }).addTo(map); <TMPL_IF positionpopup> |