0.8.0-rc.10
This commit is contained in:
parent
ad95a3fb47
commit
1af1846cfd
3 changed files with 3 additions and 3 deletions
|
@ -4,4 +4,4 @@ Pillow==3.4.2
|
|||
psycopg2==2.6.2
|
||||
python-social-auth==0.2.21
|
||||
requests==2.11.1
|
||||
django-leaflet-storage==0.8.0rc9
|
||||
django-leaflet-storage==0.8.0rc10
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"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'
|
||||
__contact__ = "ybon@openstreetmap.fr"
|
||||
|
|
|
@ -12,7 +12,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/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/georsstogeojson/GeoRSSToGeoJSON.js"></script>
|
||||
<script src="{{ STATIC_URL }}storage/reqs/heat/leaflet-heat.js"></script>
|
||||
|
|
Loading…
Reference in a new issue