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 /design/templates/archives/map_data.html | |
parent | f840e5310215ffb894ea8a648ea03d463d029fbc (diff) |
bug fixes, lots o bugs
Diffstat (limited to 'design/templates/archives/map_data.html')
-rw-r--r-- | design/templates/archives/map_data.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/map_data.html b/design/templates/archives/map_data.html index d235c8e..120704c 100644 --- a/design/templates/archives/map_data.html +++ b/design/templates/archives/map_data.html @@ -47,7 +47,7 @@ if (window.location.hash) { } //Set center map.setView(centerCoord, zoom); -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); //loop through and set up markers/info windows {% for entry in object_list %} |