X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e0c9b2e7fefb336a9557c25acf2bbcb0be5972fa..6b0451124c0fe1cb7275ce973a069a125386558e:/Vendorfile diff --git a/Vendorfile b/Vendorfile index 097f557aa..6826e8e16 100644 --- a/Vendorfile +++ b/Vendorfile @@ -20,6 +20,11 @@ folder 'vendor/assets' do file "images/#{image}", "http://cdn.leafletjs.com/leaflet-0.7.3/images/#{image}" end + from 'git://github.com/aratcliffe/Leaflet.contextmenu.git' do + file 'leaflet.contextmenu.js', 'dist/leaflet.contextmenu.js' + file 'leaflet.contextmenu.css', 'dist/leaflet.contextmenu.css' + end + from 'git://github.com/kajic/leaflet-locationfilter.git' do file 'leaflet.locationfilter.css', 'src/locationfilter.css' file 'leaflet.locationfilter.js', 'src/locationfilter.js'