from osm_and_geojson to osmtogeojson

This commit is contained in:
Yohan Boniface 2014-04-19 22:59:07 +02:00
parent 7d3d9d27cf
commit e105686d5a
2 changed files with 2 additions and 2 deletions

2
fabfile.py vendored
View file

@ -231,7 +231,7 @@ def collect_remote_statics(name=None):
'i18n': 'git://github.com/yohanboniface/Leaflet.i18n.git@master',
'csv2geojson': 'git://github.com/mapbox/csv2geojson.git@gh-pages',
'togeojson': 'git://github.com/mapbox/togeojson.git@gh-pages#v0.4.2',
'osmtogeojson': 'git://github.com/aaronlidman/osm-and-geojson.git@gh-pages',
'osmtogeojson': 'git://github.com/tyrasd/osmtogeojson.git@gh-pages#2.0.5',
'loading': 'git://github.com/ebrelsford/Leaflet.loading.git@master#v0.1.6',
'contextmenu': 'git://github.com/aratcliffe/Leaflet.contextmenu.git@master',
'markercluster': 'git://github.com/Leaflet/Leaflet.markercluster.git@master#0.4',

View file

@ -8,7 +8,7 @@
<script src="{{ STATIC_URL }}minimap/src/Control.MiniMap.js"></script>
<script src="{{ STATIC_URL }}csv2geojson/csv2geojson.js"></script>
<script src="{{ STATIC_URL }}togeojson/togeojson.js"></script>
<script src="{{ STATIC_URL }}osmtogeojson/osm_geojson.js"></script>
<script src="{{ STATIC_URL }}osmtogeojson/osmtogeojson.js"></script>
<script src="{{ STATIC_URL }}loading/src/Control.Loading.js"></script>
<script src="{{ STATIC_URL }}markercluster/dist/leaflet.markercluster-src.js"></script>
<script src="{{ STATIC_URL }}measure/leaflet.measurecontrol.js"></script>