X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5bcf82d8658d1d9ae389807362f542189d21ec56..043d29fd7eb72048cf5d07edfbc20ec5c25af708:/Vendorfile diff --git a/Vendorfile b/Vendorfile index 361f2c843..93ad74c7b 100644 --- a/Vendorfile +++ b/Vendorfile @@ -20,6 +20,11 @@ folder 'vendor/assets' do file "images/#{image}", "https://unpkg.com/leaflet@1.0.3/dist/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'