From 18de08b5dfcc40243bfe8531bce775d0cf106293 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 27 May 2014 14:18:50 -0400 Subject: 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. --- design/templates/archives/map.html | 8 +- design/templates/details/national-parks.html | 25 +- design/templates/details/photo_galleries.html | 7 +- design/templates/gis/admin/openlayers.html | 38 +++ design/templates/js/leaflet-providers.js | 472 ++++++++++++++++++++++++++ 5 files changed, 536 insertions(+), 14 deletions(-) create mode 100644 design/templates/gis/admin/openlayers.html create mode 100644 design/templates/js/leaflet-providers.js (limited to 'design/templates') 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 %} - - + @@ -64,7 +63,6 @@ Google Maps code {% endblock %} {% block js %} - {% endblock%} diff --git a/design/templates/details/national-parks.html b/design/templates/details/national-parks.html index e17bd72..2cd48eb 100644 --- a/design/templates/details/national-parks.html +++ b/design/templates/details/national-parks.html @@ -3,6 +3,25 @@ {% block pagetitle %}Luxagraf | Projects | National Parks {% endblock %} {% block metadescription %}{% endblock %} +{% block extrahead %} + + + + + + + + + +{% endblock %} {%block bodyid%}id="projects-detail"{%endblock%} @@ -25,8 +44,8 @@