X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a3a95616d94a7b3f3bd20e2828c3b1412f80bff5..bf9430f43ecfe1f99b6b0883e5c1b442ff47333f:/Vendorfile diff --git a/Vendorfile b/Vendorfile index 1d41ad348..f0a13f416 100644 --- a/Vendorfile +++ b/Vendorfile @@ -11,13 +11,13 @@ folder 'vendor/assets' do end folder 'leaflet' do - file 'leaflet.js', 'https://unpkg.com/leaflet@1.5.1/dist/leaflet-src.js' - file 'leaflet.css', 'https://unpkg.com/leaflet@1.5.1/dist/leaflet.css' + file 'leaflet.js', 'https://unpkg.com/leaflet@1.6.0/dist/leaflet-src.js' + file 'leaflet.css', 'https://unpkg.com/leaflet@1.6.0/dist/leaflet.css' [ 'layers.png', 'layers-2x.png', 'marker-icon.png', 'marker-icon-2x.png', 'marker-shadow.png' ].each do |image| - file "images/#{image}", "https://unpkg.com/leaflet@1.5.1/dist/images/#{image}" + file "images/#{image}", "https://unpkg.com/leaflet@1.6.0/dist/images/#{image}" end from 'git://github.com/aratcliffe/Leaflet.contextmenu.git', :tag => 'v1.5.0' do