X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4dcedf666c62e9132de7de50105f567b7963318b..6db96ae2feee1ea1ee86e61dfdba415589f349f6:/Vendorfile diff --git a/Vendorfile b/Vendorfile index c2841a5c4..858870145 100644 --- a/Vendorfile +++ b/Vendorfile @@ -16,10 +16,6 @@ folder 'vendor/assets' do folder 'img', 'src/img' end - from 'git://github.com/domoritz/leaflet-locatecontrol.git', :tag => 'v0.71.0' 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 @@ -29,12 +25,6 @@ folder 'vendor/assets' do end end - folder 'ohauth' do - from 'git://github.com/osmlab/ohauth.git' do - file 'ohauth.js' - end - end - folder 'iD' do from 'git://github.com/openstreetmap/iD', :branch => 'release' do folder 'iD/data', 'dist/data'