veldapps-leaflet-js
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -1,3 +0,7 @@ | ||
### 2022/09/16 (1.0.7) | ||
### 2022/09/24 (1.0.9) | ||
* Fixes a bug where the error "L is not defined" would be thrown while requiring the wicket module | ||
### 2022/09/16 (1.0.8) | ||
* Adds [layers/4326.js](src/leafletjs.com/:) | ||
@@ -4,0 +8,0 @@ * Adds new known CRS |
{ | ||
"name": "veldapps-leaflet-js", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Leaflet package for Veldapps apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,4 +17,4 @@ define(function(require) { | ||
minZoom: 0, | ||
maxZoom: 19, | ||
// maxNativeZoom: 16, | ||
maxZoom: 22, | ||
maxNativeZoom: 19, | ||
continuousWorld: true | ||
@@ -21,0 +21,0 @@ }), |
@@ -1,2 +0,2 @@ | ||
define(["./bower_components/Wicket/wicket"], function(wicket) { | ||
define(["./node_modules/leaflet/dist/leaflet-src", "./bower_components/Wicket/wicket"], function(L, wicket) { | ||
@@ -3,0 +3,0 @@ window.Wkt = wicket; |
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
747177