Update leaflet to 1.3.3

This commit is contained in:
Tom Hughes 2018-07-18 18:42:15 +01:00
parent e14476f52d
commit 5d30594a7b
2 changed files with 5 additions and 5 deletions

View file

@ -11,13 +11,13 @@ folder 'vendor/assets' do
end
folder 'leaflet' do
file 'leaflet.js', 'https://unpkg.com/leaflet@1.3.2/dist/leaflet-src.js'
file 'leaflet.css', 'https://unpkg.com/leaflet@1.3.2/dist/leaflet.css'
file 'leaflet.js', 'https://unpkg.com/leaflet@1.3.3/dist/leaflet-src.js'
file 'leaflet.css', 'https://unpkg.com/leaflet@1.3.3/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.3.2/dist/images/#{image}"
file "images/#{image}", "https://unpkg.com/leaflet@1.3.3/dist/images/#{image}"
end
from 'git://github.com/aratcliffe/Leaflet.contextmenu.git', :tag => 'v1.5.0' do

View file

@ -1,5 +1,5 @@
/* @preserve
* Leaflet 1.3.2, a JS library for interactive maps. http://leafletjs.com
* Leaflet 1.3.3, a JS library for interactive maps. http://leafletjs.com
* (c) 2010-2018 Vladimir Agafonkin, (c) 2010-2011 CloudMade
*/
@ -9,7 +9,7 @@
(factory((global.L = {})));
}(this, (function (exports) { 'use strict';
var version = "1.3.2";
var version = "1.3.3";
/*
* @namespace Util