leaflet-tile-loading-progress-control
Advanced tools
Comparing version 1.0.5 to 1.0.6
/* @preserve | ||
* Leaflet Control TileLoadingProgress 1.0.5 | ||
* Leaflet Control TileLoadingProgress 1.0.6 | ||
* https://github.com/jbccollins/leaflet-tile-loading-progress-control | ||
@@ -45,4 +45,4 @@ * | ||
container.appendChild(loadingContainer); | ||
container.appendChild(loadingText); | ||
leafletElt._map.on('layeradd', function(e) { | ||
container.appendChild(loadingText); | ||
map.on('layeradd', function(e) { | ||
var currentLayers = leafletElt.getLayers(); | ||
@@ -49,0 +49,0 @@ for (var i = 0; i < currentLayers.length; i++) { |
{ | ||
"name": "leaflet-tile-loading-progress-control", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A leaflet control that indicates tile loading progress for a group of tile layers", | ||
@@ -5,0 +5,0 @@ "main": "dist/Control.TileLoadingProgress.js", |
@@ -31,4 +31,4 @@ import L from 'leaflet'; | ||
container.appendChild(loadingContainer); | ||
container.appendChild(loadingText); | ||
leafletElt._map.on('layeradd', function(e) { | ||
container.appendChild(loadingText); | ||
map.on('layeradd', function(e) { | ||
var currentLayers = leafletElt.getLayers(); | ||
@@ -35,0 +35,0 @@ for (var i = 0; i < currentLayers.length; i++) { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
123381