This commit is contained in:
Yohan Boniface 2014-06-16 14:18:34 +02:00
parent 43c4474ec0
commit f6a6cae716
3 changed files with 4 additions and 4 deletions

View file

@ -10,5 +10,5 @@ requests-oauthlib==0.4.0
requests==2.2.1
simplejson
South==0.7.6
django-leaflet-storage==0.6.1
django-leaflet-storage==0.6.2
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, 1)
VERSION = (0, 6, 2)
__author__ = 'Yohan Boniface'
__contact__ = "yb@enix.org"

View file

@ -5,11 +5,11 @@
<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>
<script src="{{ STATIC_URL }}storage/reqs/minimap/src/Control.MiniMap.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/minimap/Control.MiniMap.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/csv2geojson/csv2geojson.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/togeojson/togeojson.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/osmtogeojson/osmtogeojson.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/loading/src/Control.Loading.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/measure/leaflet.measurecontrol.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/contextmenu/leaflet.contextmenu-src.js"></script>