X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5aea67a71f677c0845941ee0db72d756648fc026..1feda20644f05d83bdda22292e757ef1c14bd35f:/Vendorfile diff --git a/Vendorfile b/Vendorfile index c2622b16c..cc590e8bf 100644 --- a/Vendorfile +++ b/Vendorfile @@ -16,6 +16,10 @@ 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