@india-boundary-corrector/maplibre-protocol 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.global.js +9 -7
- package/dist/index.global.js.map +1 -1
- package/package.json +4 -4
package/dist/index.global.js
CHANGED
|
@@ -30,7 +30,7 @@ var IndiaBoundaryCorrector = (() => {
|
|
|
30
30
|
});
|
|
31
31
|
|
|
32
32
|
// ../data/version.js
|
|
33
|
-
var packageVersion = "0.2.
|
|
33
|
+
var packageVersion = "0.2.2";
|
|
34
34
|
|
|
35
35
|
// ../data/index.js
|
|
36
36
|
var import_meta = {};
|
|
@@ -170,7 +170,9 @@ var IndiaBoundaryCorrector = (() => {
|
|
|
170
170
|
id: "open-topo",
|
|
171
171
|
tileUrlTemplates: [
|
|
172
172
|
"https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png",
|
|
173
|
-
"https://tile.opentopomap.org/{z}/{x}/{y}.png"
|
|
173
|
+
"https://tile.opentopomap.org/{z}/{x}/{y}.png",
|
|
174
|
+
"https://{s}.tile.top-o-map.de/{z}/{x}/{y}.png",
|
|
175
|
+
"https://tile.top-o-map.de/{z}/{x}/{y}.png"
|
|
174
176
|
],
|
|
175
177
|
lineWidthStops: { "4": 0.75, "5": 1, "6": 1.25, "7": 1.5, "8": 1.75, "9": 1.25, "10": 1.25, "13": 1.5 },
|
|
176
178
|
lineStyles: [
|
|
@@ -190,9 +192,8 @@ var IndiaBoundaryCorrector = (() => {
|
|
|
190
192
|
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
|
|
191
193
|
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
|
192
194
|
],
|
|
193
|
-
lineWidthStops: { "
|
|
195
|
+
lineWidthStops: { "3": 0.7, "4": 1, "10": 3.75 },
|
|
194
196
|
lineStyles: [
|
|
195
|
-
{ color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 1, endZoom: 3, delWidthFactor: 2.5, widthFraction: 1.5 },
|
|
196
197
|
{ color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 4, delWidthFactor: 1.5 },
|
|
197
198
|
{ color: "rgb(160, 120, 160)", layerSuffix: "osm", startZoom: 4, widthFraction: 0.333, dashArray: [30, 2, 8, 2], delWidthFactor: 0 },
|
|
198
199
|
{ color: "rgb(200, 180, 200)", layerSuffix: "osm-internal", startZoom: 4, widthFraction: 0.45 },
|
|
@@ -3035,7 +3036,9 @@ var IndiaBoundaryCorrector = (() => {
|
|
|
3035
3036
|
id: "open-topo",
|
|
3036
3037
|
tileUrlTemplates: [
|
|
3037
3038
|
"https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png",
|
|
3038
|
-
"https://tile.opentopomap.org/{z}/{x}/{y}.png"
|
|
3039
|
+
"https://tile.opentopomap.org/{z}/{x}/{y}.png",
|
|
3040
|
+
"https://{s}.tile.top-o-map.de/{z}/{x}/{y}.png",
|
|
3041
|
+
"https://tile.top-o-map.de/{z}/{x}/{y}.png"
|
|
3039
3042
|
],
|
|
3040
3043
|
lineWidthStops: { "4": 0.75, "5": 1, "6": 1.25, "7": 1.5, "8": 1.75, "9": 1.25, "10": 1.25, "13": 1.5 },
|
|
3041
3044
|
lineStyles: [
|
|
@@ -3055,9 +3058,8 @@ var IndiaBoundaryCorrector = (() => {
|
|
|
3055
3058
|
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
|
|
3056
3059
|
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
|
3057
3060
|
],
|
|
3058
|
-
lineWidthStops: { "
|
|
3061
|
+
lineWidthStops: { "3": 0.7, "4": 1, "10": 3.75 },
|
|
3059
3062
|
lineStyles: [
|
|
3060
|
-
{ color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 1, endZoom: 3, delWidthFactor: 2.5, widthFraction: 1.5 },
|
|
3061
3063
|
{ color: "rgb(200, 180, 200)", layerSuffix: "osm", startZoom: 4, delWidthFactor: 1.5 },
|
|
3062
3064
|
{ color: "rgb(160, 120, 160)", layerSuffix: "osm", startZoom: 4, widthFraction: 0.333, dashArray: [30, 2, 8, 2], delWidthFactor: 0 },
|
|
3063
3065
|
{ color: "rgb(200, 180, 200)", layerSuffix: "osm-internal", startZoom: 4, widthFraction: 0.45 },
|