@maplibre/maplibre-gl-leaflet
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -7,2 +7,8 @@ # Change Log | ||
## 0.0.22 - 2024-07-08 | ||
### Fixed | ||
- Fix [#29](https://github.com/maplibre/maplibre-gl-leaflet/issues/58) - added missing guard for empty object | ||
## 0.0.20 - 2023-09-19 | ||
@@ -9,0 +15,0 @@ |
@@ -158,2 +158,5 @@ (function (root, factory) { | ||
_update: function (e) { | ||
if (!this._map) { | ||
return; | ||
} | ||
// update the offset so we can correct for it later when we zoom | ||
@@ -160,0 +163,0 @@ this._offset = this._map.containerPointToLayerPoint([0, 0]); |
{ | ||
"name": "@maplibre/maplibre-gl-leaflet", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "Supports adding Maplibre GL Web to a Leaflet Map as a layer", | ||
@@ -5,0 +5,0 @@ "main": "leaflet-maplibre-gl.js", |
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
30611
251