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
/* @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
*/
(factory((global.L = {})));
}(this, (function (exports) { 'use strict';
-var version = "1.3.2";
+var version = "1.3.3";
/*
* @namespace Util