X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5aea67a71f677c0845941ee0db72d756648fc026..8d671c532328c8229d9fa98aa99c01fc2823f0a5:/Vendorfile?ds=sidebyside 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