Add leaflet-heat

This commit is contained in:
Yohan Boniface 2014-04-20 17:42:18 +02:00
parent 3ca24f5838
commit 7240f5eaf5
2 changed files with 2 additions and 0 deletions

1
fabfile.py vendored
View file

@ -224,6 +224,7 @@ def collect_remote_statics(name=None):
remote_repositories = { remote_repositories = {
'leaflet': "git://github.com/Leaflet/Leaflet.git@master#v0.7.2", 'leaflet': "git://github.com/Leaflet/Leaflet.git@master#v0.7.2",
'draw': "git://github.com/Leaflet/Leaflet.draw.git@master#0.2.3", 'draw': "git://github.com/Leaflet/Leaflet.draw.git@master#0.2.3",
'heat': "git://github.com/Leaflet/Leaflet.heat.git@gh-pages",
'hash': "git://github.com/mlevans/leaflet-hash.git@master", 'hash': "git://github.com/mlevans/leaflet-hash.git@master",
'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master', 'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master',
'edit_in_osm': 'git://github.com/yohanboniface/Leaflet.EditInOSM.git@master', 'edit_in_osm': 'git://github.com/yohanboniface/Leaflet.EditInOSM.git@master',

View file

@ -15,6 +15,7 @@
<script src="{{ STATIC_URL }}contextmenu/dist/leaflet.contextmenu-src.js"></script> <script src="{{ STATIC_URL }}contextmenu/dist/leaflet.contextmenu-src.js"></script>
<script src="{{ STATIC_URL }}label/dist/leaflet.label-src.js"></script> <script src="{{ STATIC_URL }}label/dist/leaflet.label-src.js"></script>
<script src="{{ STATIC_URL }}georsstogeojson/GeoRSSToGeoJSON.js"></script> <script src="{{ STATIC_URL }}georsstogeojson/GeoRSSToGeoJSON.js"></script>
<script src="{{ STATIC_URL }}heat/dist/leaflet-heat.js"></script>
{% endcompress %} {% endcompress %}
{% if locale %} {% if locale %}
<script src="{{ STATIC_URL }}storage/src/locale/{{ locale }}.js"></script> <script src="{{ STATIC_URL }}storage/src/locale/{{ locale }}.js"></script>