0.8.0-rc.10

This commit is contained in:
Yohan Boniface 2016-11-05 12:42:51 +01:00
parent ad95a3fb47
commit 1af1846cfd
3 changed files with 3 additions and 3 deletions

View file

@ -4,4 +4,4 @@ Pillow==3.4.2
psycopg2==2.6.2 psycopg2==2.6.2
python-social-auth==0.2.21 python-social-auth==0.2.21
requests==2.11.1 requests==2.11.1
django-leaflet-storage==0.8.0rc9 django-leaflet-storage==0.8.0rc10

View file

@ -1,5 +1,5 @@
"Create maps with OpenStreetMap layers in a minute and embed them in your site." "Create maps with OpenStreetMap layers in a minute and embed them in your site."
VERSION = (0, 8, 0, 'rc', 9) VERSION = (0, 8, 0, 'rc', 10)
__author__ = 'Yohan Boniface' __author__ = 'Yohan Boniface'
__contact__ = "ybon@openstreetmap.fr" __contact__ = "ybon@openstreetmap.fr"

View file

@ -12,7 +12,7 @@
<script src="{{ STATIC_URL }}storage/reqs/osmtogeojson/osmtogeojson.js"></script> <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/loading/Control.Loading.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/markercluster/leaflet.markercluster-src.js"></script> <script src="{{ STATIC_URL }}storage/reqs/markercluster/leaflet.markercluster-src.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/contextmenu/leaflet.contextmenu-src.js"></script> <script src="{{ STATIC_URL }}storage/reqs/contextmenu/leaflet.contextmenu.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/photon/leaflet.photon.js"></script> <script src="{{ STATIC_URL }}storage/reqs/photon/leaflet.photon.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/georsstogeojson/GeoRSSToGeoJSON.js"></script> <script src="{{ STATIC_URL }}storage/reqs/georsstogeojson/GeoRSSToGeoJSON.js"></script>
<script src="{{ STATIC_URL }}storage/reqs/heat/leaflet-heat.js"></script> <script src="{{ STATIC_URL }}storage/reqs/heat/leaflet-heat.js"></script>