veldapps-leaflet-js
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -0,1 +1,5 @@ | ||
### 2022/09/25 (1.0.10) | ||
* Updates all layers to use https | ||
### 2022/09/24 (1.0.9) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "veldapps-leaflet-js", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Leaflet package for Veldapps apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -26,3 +26,3 @@ define(function(require) { | ||
// tileUrl: "http://www.openbasiskaart.nl/mapcache/tms/1.0.0/osm@rd/{z}/{x}/{y}.png", | ||
tileUrl: "http://www.openbasiskaart.nl/mapcache/tms/1.0.0/osm-hq@rd-hq/{z}/{x}/{y}.png", | ||
tileUrl: "https://www.openbasiskaart.nl/mapcache/tms/1.0.0/osm-hq@rd-hq/{z}/{x}/{y}.png", | ||
options: { minZoom: 0, maxZoom: 28, tms: true } | ||
@@ -56,3 +56,3 @@ }, | ||
gwklic_contouren: () => new L.TileLayer.WMS("http://app.vectorklic.nl/veldapps/wms", { | ||
gwklic_contouren: () => new L.TileLayer.WMS("https://app.vectorklic.nl/veldapps/wms", { | ||
maxResolution: 0.84, | ||
@@ -64,3 +64,3 @@ format: "image/png", | ||
}), | ||
gwklic_k_en_l: () => new L.TileLayer.WMS("http://app.vectorklic.nl/veldapps/wms", { | ||
gwklic_k_en_l: () => new L.TileLayer.WMS("https://app.vectorklic.nl/veldapps/wms", { | ||
minZoom: 10, | ||
@@ -102,3 +102,3 @@ maxZoom: 16, | ||
}), | ||
obk: () => new L.TileLayer("http://www.openbasiskaart.nl/mapcache/tms/1.0.0/osm@rd/{z}/{x}/{y}.png", { | ||
obk: () => new L.TileLayer("https://www.openbasiskaart.nl/mapcache/tms/1.0.0/osm@rd/{z}/{x}/{y}.png", { | ||
detectRetina: false, | ||
@@ -121,3 +121,3 @@ tms: true, | ||
constructor: L.TileLayer.WMTS, | ||
tileUrl: "http://geodata.nationaalgeoregister.nl/tms/1.0.0/brtachtergrondkaart/{z}/{x}/{y}.png", | ||
tileUrl: "https://geodata.nationaalgeoregister.nl/tms/1.0.0/brtachtergrondkaart/{z}/{x}/{y}.png", | ||
options: { minZoom: 0, maxZoom: 28, tms: true } | ||
@@ -124,0 +124,0 @@ } |
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
747243