--- a/src/hdalab/templates/facettes.html Thu Feb 26 12:39:23 2015 +0100
+++ b/src/hdalab/templates/facettes.html Thu Feb 26 13:42:26 2015 +0100
@@ -7,6 +7,7 @@
{% block css_import %}
{{block.super}}
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/lib/leaflet/leaflet.css' %}" />
+ <link rel="stylesheet" type="text/css" href="{% static 'hdalab/lib/leaflet-zoom-min/L.Control.ZoomMin.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/ui-lightness/jquery-ui-1.10.4.min.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/facettes.css?refresh' %}" />
{% endblock %}
@@ -16,7 +17,8 @@
<script src="{% static 'hdalab/lib/raphael-min.js' %}"></script>
<script src="{% static 'hdalab/lib/underscore-min.js' %}"></script>
<script src="{% static 'hdalab/lib/jquery-ui-1.10.4.min.js' %}"></script>
- <script src="{% static 'hdalab/lib/leaflet/leaflet.js' %}"></script>
+ <script src="{% static 'hdalab/lib/leaflet/leaflet-src.js' %}"></script>
+ <script src="{% static 'hdalab/lib/leaflet-zoom-min/L.Control.ZoomMin.js' %}"></script>
<script src="{% static 'hdalab/lib/ZeroClipboard.js' %}"></script>
<script src="{% url 'jsi18n' 'hdalab' %}"></script>