/* @preserve
- * Leaflet 1.3.0, a JS library for interactive maps. http://leafletjs.com
+ * Leaflet 1.3.1, a JS library for interactive maps. http://leafletjs.com
* (c) 2010-2017 Vladimir Agafonkin, (c) 2010-2011 CloudMade
*/
(factory((global.L = {})));
}(this, (function (exports) { 'use strict';
-var version = "1.3.0";
+var version = "1.3.1";
/*
* @namespace Util
s: this._getSubdomain(coords),
x: coords.x,
y: coords.y,
- z: coords.z ? coords.z : this._getZoomForUrl()
+ z: this._getZoomForUrl()
};
if (this._map && !this._map.options.crs.infinite) {
var invertedY = this._globalTileRange.max.y - coords.y;