@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.
- package/dist/index.cjs +8 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.global.js +9 -7
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +8 -6
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -128,7 +128,9 @@ var configs_default = [
|
|
|
128
128
|
id: "open-topo",
|
|
129
129
|
tileUrlTemplates: [
|
|
130
130
|
"https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png",
|
|
131
|
-
"https://tile.opentopomap.org/{z}/{x}/{y}.png"
|
|
131
|
+
"https://tile.opentopomap.org/{z}/{x}/{y}.png",
|
|
132
|
+
"https://{s}.tile.top-o-map.de/{z}/{x}/{y}.png",
|
|
133
|
+
"https://tile.top-o-map.de/{z}/{x}/{y}.png"
|
|
132
134
|
],
|
|
133
135
|
lineWidthStops: { "4": 0.75, "5": 1, "6": 1.25, "7": 1.5, "8": 1.75, "9": 1.25, "10": 1.25, "13": 1.5 },
|
|
134
136
|
lineStyles: [
|
|
@@ -148,9 +150,8 @@ var configs_default = [
|
|
|
148
150
|
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
|
|
149
151
|
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
|
150
152
|
],
|
|
151
|
-
lineWidthStops: { "
|
|
153
|
+
lineWidthStops: { "3": 0.7, "4": 1, "10": 3.75 },
|
|
152
154
|
lineStyles: [
|
|
153
|
-
{ color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 1, endZoom: 3, delWidthFactor: 2.5, widthFraction: 1.5 },
|
|
154
155
|
{ color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 4, delWidthFactor: 1.5 },
|
|
155
156
|
{ color: "rgb(160, 120, 160)", layerSuffix: "osm", startZoom: 4, widthFraction: 0.333, dashArray: [30, 2, 8, 2], delWidthFactor: 0 },
|
|
156
157
|
{ color: "rgb(200, 180, 200)", layerSuffix: "osm-internal", startZoom: 4, widthFraction: 0.45 },
|
|
@@ -2993,7 +2994,9 @@ var configs_default2 = [
|
|
|
2993
2994
|
id: "open-topo",
|
|
2994
2995
|
tileUrlTemplates: [
|
|
2995
2996
|
"https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png",
|
|
2996
|
-
"https://tile.opentopomap.org/{z}/{x}/{y}.png"
|
|
2997
|
+
"https://tile.opentopomap.org/{z}/{x}/{y}.png",
|
|
2998
|
+
"https://{s}.tile.top-o-map.de/{z}/{x}/{y}.png",
|
|
2999
|
+
"https://tile.top-o-map.de/{z}/{x}/{y}.png"
|
|
2997
3000
|
],
|
|
2998
3001
|
lineWidthStops: { "4": 0.75, "5": 1, "6": 1.25, "7": 1.5, "8": 1.75, "9": 1.25, "10": 1.25, "13": 1.5 },
|
|
2999
3002
|
lineStyles: [
|
|
@@ -3013,9 +3016,8 @@ var configs_default2 = [
|
|
|
3013
3016
|
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
|
|
3014
3017
|
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
|
3015
3018
|
],
|
|
3016
|
-
lineWidthStops: { "
|
|
3019
|
+
lineWidthStops: { "3": 0.7, "4": 1, "10": 3.75 },
|
|
3017
3020
|
lineStyles: [
|
|
3018
|
-
{ color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 1, endZoom: 3, delWidthFactor: 2.5, widthFraction: 1.5 },
|
|
3019
3021
|
{ color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 4, delWidthFactor: 1.5 },
|
|
3020
3022
|
{ color: "rgb(160, 120, 160)", layerSuffix: "osm", startZoom: 4, widthFraction: 0.333, dashArray: [30, 2, 8, 2], delWidthFactor: 0 },
|
|
3021
3023
|
{ color: "rgb(200, 180, 200)", layerSuffix: "osm-internal", startZoom: 4, widthFraction: 0.45 },
|