diff options
author | luxagraf <sng@luxagraf.net> | 2014-05-27 14:18:50 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2014-05-27 14:18:50 -0400 |
commit | 18de08b5dfcc40243bfe8531bce775d0cf106293 (patch) | |
tree | 214567b93b0a1f499cc0edab76ac920062a590a1 /design/templates/archives | |
parent | 4b46285558ccbe10e9a2a5887c630fce6e355d52 (diff) |
moved all the js files to their respective projects and added the
leftlet providers code inline at the top as part of the build process.
Also converted everything to stop using google maps.
Diffstat (limited to 'design/templates/archives')
-rw-r--r-- | design/templates/archives/map.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/design/templates/archives/map.html b/design/templates/archives/map.html index 550a898..0b43e6e 100644 --- a/design/templates/archives/map.html +++ b/design/templates/archives/map.html @@ -9,14 +9,13 @@ Google Maps code ==============================================#} {% block extrahead %} - <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.css" /> <!--[if lte IE 8]> - <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.ie.css" /> + <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.ie.css" /> <![endif]--> - <script src="http://cdn.leafletjs.com/leaflet-0.5/leaflet.js"></script> + <script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script> <script type="text/javascript"> if (typeof L === "undefined") { - document.write(unescape("%3Cscript src='/media/js/leaflet-0.5/leaflet.js' type='text/javascript'%3E%3C/script%3E")); + document.write(unescape("%3Cscript src='/media/js/leaflet-0.7.3/leaflet.js' type='text/javascript'%3E%3C/script%3E")); } </script> @@ -64,7 +63,6 @@ Google Maps code </section> {% endblock %} {% block js %} -<script type="text/javascript" src="/media/js/leaflet-providers.js"></script> <!--<script type="text/javascript" src="/media/js/mainmap.js"></script>--> <script type="text/javascript" src="/media/js/mainmap.min.js"></script> {% endblock%} |