@india-boundary-corrector/leaflet-layer 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ var IndiaBoundaryCorrector = (() => {
28
28
  });
29
29
 
30
30
  // ../data/version.js
31
- var packageVersion = "0.2.0";
31
+ var packageVersion = "0.2.2";
32
32
 
33
33
  // ../data/index.js
34
34
  var import_meta = {};
@@ -168,7 +168,9 @@ var IndiaBoundaryCorrector = (() => {
168
168
  id: "open-topo",
169
169
  tileUrlTemplates: [
170
170
  "https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png",
171
- "https://tile.opentopomap.org/{z}/{x}/{y}.png"
171
+ "https://tile.opentopomap.org/{z}/{x}/{y}.png",
172
+ "https://{s}.tile.top-o-map.de/{z}/{x}/{y}.png",
173
+ "https://tile.top-o-map.de/{z}/{x}/{y}.png"
172
174
  ],
173
175
  lineWidthStops: { "4": 0.75, "5": 1, "6": 1.25, "7": 1.5, "8": 1.75, "9": 1.25, "10": 1.25, "13": 1.5 },
174
176
  lineStyles: [
@@ -188,9 +190,8 @@ var IndiaBoundaryCorrector = (() => {
188
190
  "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
189
191
  "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
190
192
  ],
191
- lineWidthStops: { "1": 0.5, "2": 0.6, "3": 0.7, "4": 1, "10": 3.75 },
193
+ lineWidthStops: { "3": 0.7, "4": 1, "10": 3.75 },
192
194
  lineStyles: [
193
- { color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 1, endZoom: 3, delWidthFactor: 2.5, widthFraction: 1.5 },
194
195
  { color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 4, delWidthFactor: 1.5 },
195
196
  { color: "rgb(160, 120, 160)", layerSuffix: "osm", startZoom: 4, widthFraction: 0.333, dashArray: [30, 2, 8, 2], delWidthFactor: 0 },
196
197
  { color: "rgb(200, 180, 200)", layerSuffix: "osm-internal", startZoom: 4, widthFraction: 0.45 },
@@ -3033,7 +3034,9 @@ var IndiaBoundaryCorrector = (() => {
3033
3034
  id: "open-topo",
3034
3035
  tileUrlTemplates: [
3035
3036
  "https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png",
3036
- "https://tile.opentopomap.org/{z}/{x}/{y}.png"
3037
+ "https://tile.opentopomap.org/{z}/{x}/{y}.png",
3038
+ "https://{s}.tile.top-o-map.de/{z}/{x}/{y}.png",
3039
+ "https://tile.top-o-map.de/{z}/{x}/{y}.png"
3037
3040
  ],
3038
3041
  lineWidthStops: { "4": 0.75, "5": 1, "6": 1.25, "7": 1.5, "8": 1.75, "9": 1.25, "10": 1.25, "13": 1.5 },
3039
3042
  lineStyles: [
@@ -3053,9 +3056,8 @@ var IndiaBoundaryCorrector = (() => {
3053
3056
  "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
3054
3057
  "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
3055
3058
  ],
3056
- lineWidthStops: { "1": 0.5, "2": 0.6, "3": 0.7, "4": 1, "10": 3.75 },
3059
+ lineWidthStops: { "3": 0.7, "4": 1, "10": 3.75 },
3057
3060
  lineStyles: [
3058
- { color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 1, endZoom: 3, delWidthFactor: 2.5, widthFraction: 1.5 },
3059
3061
  { color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 4, delWidthFactor: 1.5 },
3060
3062
  { color: "rgb(160, 120, 160)", layerSuffix: "osm", startZoom: 4, widthFraction: 0.333, dashArray: [30, 2, 8, 2], delWidthFactor: 0 },
3061
3063
  { color: "rgb(200, 180, 200)", layerSuffix: "osm-internal", startZoom: 4, widthFraction: 0.45 },