X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5aea67a71f677c0845941ee0db72d756648fc026..57e711d3434664568998946d90ffef0a5f948130:/Vendorfile diff --git a/Vendorfile b/Vendorfile index c2622b16c..babb601e8 100644 --- a/Vendorfile +++ b/Vendorfile @@ -16,14 +16,16 @@ folder 'vendor/assets' do folder 'img', 'src/img' end + from 'git://github.com/domoritz/leaflet-locatecontrol.git' do + file 'leaflet.locate.js', 'src/L.Control.Locate.js' + end + from 'git://github.com/jfirebaugh/leaflet-osm.git' do file 'leaflet.osm.js', 'leaflet-osm.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/mlevans/leaflet-hash.git' do + file 'leaflet.hash.js', 'leaflet-hash.js' end end