@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.js
CHANGED
|
@@ -101,7 +101,9 @@ var configs_default = [
|
|
|
101
101
|
id: "open-topo",
|
|
102
102
|
tileUrlTemplates: [
|
|
103
103
|
"https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png",
|
|
104
|
-
"https://tile.opentopomap.org/{z}/{x}/{y}.png"
|
|
104
|
+
"https://tile.opentopomap.org/{z}/{x}/{y}.png",
|
|
105
|
+
"https://{s}.tile.top-o-map.de/{z}/{x}/{y}.png",
|
|
106
|
+
"https://tile.top-o-map.de/{z}/{x}/{y}.png"
|
|
105
107
|
],
|
|
106
108
|
lineWidthStops: { "4": 0.75, "5": 1, "6": 1.25, "7": 1.5, "8": 1.75, "9": 1.25, "10": 1.25, "13": 1.5 },
|
|
107
109
|
lineStyles: [
|
|
@@ -121,9 +123,8 @@ var configs_default = [
|
|
|
121
123
|
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
|
|
122
124
|
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
|
123
125
|
],
|
|
124
|
-
lineWidthStops: { "
|
|
126
|
+
lineWidthStops: { "3": 0.7, "4": 1, "10": 3.75 },
|
|
125
127
|
lineStyles: [
|
|
126
|
-
{ color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 1, endZoom: 3, delWidthFactor: 2.5, widthFraction: 1.5 },
|
|
127
128
|
{ color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 4, delWidthFactor: 1.5 },
|
|
128
129
|
{ color: "rgb(160, 120, 160)", layerSuffix: "osm", startZoom: 4, widthFraction: 0.333, dashArray: [30, 2, 8, 2], delWidthFactor: 0 },
|
|
129
130
|
{ color: "rgb(200, 180, 200)", layerSuffix: "osm-internal", startZoom: 4, widthFraction: 0.45 },
|
|
@@ -2966,7 +2967,9 @@ var configs_default2 = [
|
|
|
2966
2967
|
id: "open-topo",
|
|
2967
2968
|
tileUrlTemplates: [
|
|
2968
2969
|
"https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png",
|
|
2969
|
-
"https://tile.opentopomap.org/{z}/{x}/{y}.png"
|
|
2970
|
+
"https://tile.opentopomap.org/{z}/{x}/{y}.png",
|
|
2971
|
+
"https://{s}.tile.top-o-map.de/{z}/{x}/{y}.png",
|
|
2972
|
+
"https://tile.top-o-map.de/{z}/{x}/{y}.png"
|
|
2970
2973
|
],
|
|
2971
2974
|
lineWidthStops: { "4": 0.75, "5": 1, "6": 1.25, "7": 1.5, "8": 1.75, "9": 1.25, "10": 1.25, "13": 1.5 },
|
|
2972
2975
|
lineStyles: [
|
|
@@ -2986,9 +2989,8 @@ var configs_default2 = [
|
|
|
2986
2989
|
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
|
|
2987
2990
|
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
|
2988
2991
|
],
|
|
2989
|
-
lineWidthStops: { "
|
|
2992
|
+
lineWidthStops: { "3": 0.7, "4": 1, "10": 3.75 },
|
|
2990
2993
|
lineStyles: [
|
|
2991
|
-
{ color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 1, endZoom: 3, delWidthFactor: 2.5, widthFraction: 1.5 },
|
|
2992
2994
|
{ color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 4, delWidthFactor: 1.5 },
|
|
2993
2995
|
{ color: "rgb(160, 120, 160)", layerSuffix: "osm", startZoom: 4, widthFraction: 0.333, dashArray: [30, 2, 8, 2], delWidthFactor: 0 },
|
|
2994
2996
|
{ color: "rgb(200, 180, 200)", layerSuffix: "osm-internal", startZoom: 4, widthFraction: 0.45 },
|