@maplibre/maplibre-gl-leaflet
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -10,5 +10,5 @@ (function (root, factory) { | ||
// Browser globals (root is window) | ||
root.returnExports = factory(window.L, window.maplibregl); | ||
root.returnExports = factory(root.L, root.maplibregl); | ||
} | ||
}(this, function (L, maplibregl) { | ||
}(typeof globalThis !== 'undefined' ? globalThis : this || self, function (L, maplibregl) { | ||
L.MaplibreGL = L.Layer.extend({ | ||
@@ -15,0 +15,0 @@ options: { |
{ | ||
"name": "@maplibre/maplibre-gl-leaflet", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "binding from maplibre gl to the leaflet api", | ||
@@ -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
27581