diff options
author | luxagraf <sng@luxagraf.net> | 2014-05-28 03:15:17 +0000 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2014-05-28 03:15:17 +0000 |
commit | d6379dbc06393d286eedfd19c842f824100f2968 (patch) | |
tree | 33202251b122aa0d9a12ba47c6ceedbf7b8b1012 /site/media/js/photos.js | |
parent | f840e5310215ffb894ea8a648ea03d463d029fbc (diff) |
bug fixes, lots o bugs
Diffstat (limited to 'site/media/js/photos.js')
-rw-r--r-- | site/media/js/photos.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/media/js/photos.js b/site/media/js/photos.js index d3abf85..acda868 100644 --- a/site/media/js/photos.js +++ b/site/media/js/photos.js @@ -478,7 +478,7 @@ function mapit(obj) { map = L.map(document.getElementById("mw-"+elid)); centerCoord = new L.LatLng(lat, lon); zoom = 8; - L.tileLayer.provider('Esri.WorldTopoMap', {maxZoom: 18, attribution: 'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Tiles © Esri and the GIS User Community'}).addTo(map); + L.tileLayer.provider('Esri.WorldTopoMap', {maxZoom: 18, attribution: 'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Tiles © Esri and the GIS User Community'}).addTo(map); map.setView(centerCoord, zoom); L.marker([lat, lon]).addTo(map); } |