@idmwx/idmui-gl3 4.8.5 → 4.8.7
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.js +98 -1
- package/dist/index.umd.cjs +5 -5
- package/dist/mapbox/src/helper.d.ts +216 -108
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1294,6 +1294,38 @@ class S1 {
|
|
|
1294
1294
|
paint: {
|
|
1295
1295
|
"text-color": "rgba(255,255,255,0)"
|
|
1296
1296
|
}
|
|
1297
|
+
},
|
|
1298
|
+
world12nm: {
|
|
1299
|
+
id: "world-12nm-v4-20231025",
|
|
1300
|
+
type: "line",
|
|
1301
|
+
source: "composite",
|
|
1302
|
+
"source-layer": "eez_12nm_new1-6jzkww",
|
|
1303
|
+
minzoom: 3,
|
|
1304
|
+
layout: {
|
|
1305
|
+
"line-join": "round",
|
|
1306
|
+
visibility: "none"
|
|
1307
|
+
},
|
|
1308
|
+
paint: {
|
|
1309
|
+
"line-color": "hsl(2, 88%, 55%)",
|
|
1310
|
+
"line-opacity": 0.62,
|
|
1311
|
+
"line-width": [
|
|
1312
|
+
"interpolate",
|
|
1313
|
+
[
|
|
1314
|
+
"linear"
|
|
1315
|
+
],
|
|
1316
|
+
[
|
|
1317
|
+
"zoom"
|
|
1318
|
+
],
|
|
1319
|
+
0,
|
|
1320
|
+
2,
|
|
1321
|
+
22,
|
|
1322
|
+
2
|
|
1323
|
+
],
|
|
1324
|
+
"line-translate": [
|
|
1325
|
+
0,
|
|
1326
|
+
0
|
|
1327
|
+
]
|
|
1328
|
+
}
|
|
1297
1329
|
}
|
|
1298
1330
|
}
|
|
1299
1331
|
}, this.td = {
|
|
@@ -1516,7 +1548,7 @@ class S1 {
|
|
|
1516
1548
|
sources: {
|
|
1517
1549
|
composite: {
|
|
1518
1550
|
type: "vector",
|
|
1519
|
-
url: "mapbox://mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2,mapbox.mapbox-bathymetry-v2,mapbox.country-boundaries-v1",
|
|
1551
|
+
url: "mapbox://mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2,mapbox.mapbox-bathymetry-v2,mapbox.country-boundaries-v1,neatchenheng.d44z21eg,neatchenheng.82kqbc1q",
|
|
1520
1552
|
data: {
|
|
1521
1553
|
attribution: '<a href="https://www.mapbox.com/about/maps/" target="_blank" title="Mapbox" aria-label="Mapbox">© Mapbox</a> <a href="https://www.openstreetmap.org/about/" target="_blank" title="OpenStreetMap" aria-label="OpenStreetMap">© OpenStreetMap</a> <a href="https://www.mapbox.com/about/maps/" target="_blank" title="Mapbox" aria-label="Mapbox">© Mapbox</a> <a href="https://www.openstreetmap.org/about/" target="_blank" title="OpenStreetMap" aria-label="OpenStreetMap">© OpenStreetMap</a> <a class="mapbox-improve-map" href="https://www.mapbox.com/contribute/" target="_blank" title="Improve this map" aria-label="Improve this map">Improve this map</a>',
|
|
1522
1554
|
bounds: [-180, -85.051129, 180, 85],
|
|
@@ -1686,6 +1718,12 @@ class S1 {
|
|
|
1686
1718
|
maxzoom: 22,
|
|
1687
1719
|
minzoom: 0,
|
|
1688
1720
|
source: "mapbox.country-boundaries-v1"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
id: "eez_12nm_new1-6jzkww",
|
|
1724
|
+
maxzoom: 22,
|
|
1725
|
+
minzoom: 3,
|
|
1726
|
+
source: "neatchenheng.82kqbc1q"
|
|
1689
1727
|
}
|
|
1690
1728
|
],
|
|
1691
1729
|
worldview_default: "US",
|
|
@@ -2724,6 +2762,65 @@ class S1 {
|
|
|
2724
2762
|
"text-halo-width": 1.5,
|
|
2725
2763
|
"text-opacity": ["interpolate", ["linear"], ["zoom"], 0, 0.8, 1.5, 0.5, 2.5, 0]
|
|
2726
2764
|
}
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
id: "world-12nm-v4-20231025",
|
|
2768
|
+
type: "line",
|
|
2769
|
+
source: "composite",
|
|
2770
|
+
"source-layer": "eez_12nm_new1-6jzkww",
|
|
2771
|
+
minzoom: 3,
|
|
2772
|
+
layout: {
|
|
2773
|
+
"line-join": "round",
|
|
2774
|
+
visibility: "none"
|
|
2775
|
+
},
|
|
2776
|
+
paint: {
|
|
2777
|
+
"line-color": "hsl(2, 88%, 55%)",
|
|
2778
|
+
"line-opacity": 0.62,
|
|
2779
|
+
"line-width": [
|
|
2780
|
+
"interpolate",
|
|
2781
|
+
[
|
|
2782
|
+
"linear"
|
|
2783
|
+
],
|
|
2784
|
+
[
|
|
2785
|
+
"zoom"
|
|
2786
|
+
],
|
|
2787
|
+
0,
|
|
2788
|
+
2,
|
|
2789
|
+
22,
|
|
2790
|
+
2
|
|
2791
|
+
],
|
|
2792
|
+
"line-translate": [
|
|
2793
|
+
0,
|
|
2794
|
+
0
|
|
2795
|
+
]
|
|
2796
|
+
}
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
id: "china-taiwan",
|
|
2800
|
+
type: "line",
|
|
2801
|
+
source: "composite",
|
|
2802
|
+
"source-layer": "eez-d4udtm",
|
|
2803
|
+
layout: {
|
|
2804
|
+
"line-join": "round",
|
|
2805
|
+
visibility: "none"
|
|
2806
|
+
},
|
|
2807
|
+
paint: {
|
|
2808
|
+
"line-color": "hsl(2, 88%, 55%)",
|
|
2809
|
+
"line-opacity": 0.62,
|
|
2810
|
+
"line-width": [
|
|
2811
|
+
"interpolate",
|
|
2812
|
+
[
|
|
2813
|
+
"linear"
|
|
2814
|
+
],
|
|
2815
|
+
[
|
|
2816
|
+
"zoom"
|
|
2817
|
+
],
|
|
2818
|
+
0,
|
|
2819
|
+
2,
|
|
2820
|
+
22,
|
|
2821
|
+
2
|
|
2822
|
+
]
|
|
2823
|
+
}
|
|
2727
2824
|
}
|
|
2728
2825
|
]
|
|
2729
2826
|
};
|