This commit is contained in:
Yohan Boniface 2014-08-02 23:31:50 +02:00
parent 1c7f27890a
commit e27ff67fe1
3 changed files with 4 additions and 3 deletions

View file

@ -5,5 +5,5 @@ psycopg2==2.5.2
python-social-auth==0.1.23
simplejson
South==0.7.6
django-leaflet-storage==0.6.15
django-leaflet-storage==0.7.0
django-pgindex==0.8.2

View file

@ -1,5 +1,5 @@
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
VERSION = (0, 6, 15)
VERSION = (0, 7, 0)
__author__ = 'Yohan Boniface'
__contact__ = "yb@enix.org"

View file

@ -1,7 +1,7 @@
{% load compress %}
{% compress js %}
<script src="{{ STATIC_URL }}storage/reqs/leaflet/leaflet-src.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/draw/leaflet.draw-src.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/editable/Leaflet.Editable.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/hash/leaflet-hash.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/i18n/Leaflet.i18n.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/editinosm/Leaflet.EditInOSM.js"></script>
@ -11,6 +11,7 @@
<script src="{{ STATIC_URL }}storage/reqs/osmtogeojson/osmtogeojson.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/loading/Control.Loading.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/markercluster/leaflet.markercluster-src.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/draw/dist/leaflet.draw-src.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/measure/leaflet.measurecontrol.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/contextmenu/leaflet.contextmenu-src.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/label/leaflet.label-src.js"></script>