summaryrefslogtreecommitdiff
path: root/templates/main_map.html
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-25 17:50:02 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-25 17:50:02 +0000
commit751846ea0ade97184b5417bcfd64efc6f97a128f (patch)
tree23c8769abf0de0974b40f82ea9251f36058882c9 /templates/main_map.html
parentccea45fa5494a2a89b99e0a222c16ee897884b09 (diff)
downloadChimère-751846ea0ade97184b5417bcfd64efc6f97a128f.tar.bz2
Chimère-751846ea0ade97184b5417bcfd64efc6f97a128f.zip
Configuration of the map in the configuration file
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@27 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'templates/main_map.html')
-rw-r--r--templates/main_map.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main_map.html b/templates/main_map.html
index 93b50f2..e442757 100644
--- a/templates/main_map.html
+++ b/templates/main_map.html
@@ -35,6 +35,7 @@ lst_{{category.id}}.push("{{sub_category.id}}");{% endfor %}
{{welcome}}{% endblock %}
{% block content %}<div id='map'></div>
<script type='text/javascript'><!--
+var map_layer = {{map_layer|safe}};
var permalink_label = '{%trans "Permalink"%}';
var extra_url = "{{extra_url}}";
var p_zoom;