0.7.0
This commit is contained in:
parent
1c7f27890a
commit
e27ff67fe1
3 changed files with 4 additions and 3 deletions
|
@ -5,5 +5,5 @@ psycopg2==2.5.2
|
||||||
python-social-auth==0.1.23
|
python-social-auth==0.1.23
|
||||||
simplejson
|
simplejson
|
||||||
South==0.7.6
|
South==0.7.6
|
||||||
django-leaflet-storage==0.6.15
|
django-leaflet-storage==0.7.0
|
||||||
django-pgindex==0.8.2
|
django-pgindex==0.8.2
|
||||||
|
|
|
@ -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, 6, 15)
|
VERSION = (0, 7, 0)
|
||||||
|
|
||||||
__author__ = 'Yohan Boniface'
|
__author__ = 'Yohan Boniface'
|
||||||
__contact__ = "yb@enix.org"
|
__contact__ = "yb@enix.org"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% load compress %}
|
{% load compress %}
|
||||||
{% compress js %}
|
{% compress js %}
|
||||||
<script src="{{ STATIC_URL }}storage/reqs/leaflet/leaflet-src.js"></script>
|
<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/hash/leaflet-hash.js"></script>
|
||||||
<script src="{{ STATIC_URL }}storage/reqs/i18n/Leaflet.i18n.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/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/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/draw/dist/leaflet.draw-src.js"></script>
|
||||||
<script src="{{ STATIC_URL }}storage/reqs/measure/leaflet.measurecontrol.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/contextmenu/leaflet.contextmenu-src.js"></script>
|
||||||
<script src="{{ STATIC_URL }}storage/reqs/label/leaflet.label-src.js"></script>
|
<script src="{{ STATIC_URL }}storage/reqs/label/leaflet.label-src.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue