diff options
-rw-r--r-- | templates/map.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/map.mdwn b/templates/map.mdwn index 4b8fb72e..f3b907b1 100644 --- a/templates/map.mdwn +++ b/templates/map.mdwn @@ -23,6 +23,7 @@ var map = L.map('content', { layers: [OSMLayer] }).fitBounds(Box); map.attributionControl.setPrefix(false); L.control.scale({ imperial: false }).addTo(map); +L.Icon.Default.imagePath = '/usr/share/javascript/leaflet/images/'; <TMPL_IF positionpopup> function round(n,d) { |