X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5aea67a71f677c0845941ee0db72d756648fc026..90621b4b4f2b48a1dddde89bbaf748c3776e2020:/Vendorfile diff --git a/Vendorfile b/Vendorfile index c2622b16c..2c05a3ecb 100644 --- a/Vendorfile +++ b/Vendorfile @@ -16,14 +16,12 @@ folder 'vendor/assets' do folder 'img', 'src/img' end - from 'git://github.com/jfirebaugh/leaflet-osm.git' do - file 'leaflet.osm.js', 'leaflet-osm.js' + from 'git://github.com/domoritz/leaflet-locatecontrol.git' do + file 'leaflet.locate.js', 'src/L.Control.Locate.js' end - end - folder 'jquery' do - from 'git://github.com/jevin/Autogrow-Textarea.git' do - file 'jquery.autogrowtextarea.js', 'jquery.autogrowtextarea.js' + from 'git://github.com/jfirebaugh/leaflet-osm.git' do + file 'leaflet.osm.js', 'leaflet-osm.js' end end