@teeechina/teee-map 0.0.29 → 0.0.30
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/teee-map.mjs +24 -0
- package/dist/teee-map.umd.js +1 -1
- package/package.json +1 -1
package/dist/teee-map.mjs
CHANGED
|
@@ -38860,11 +38860,35 @@ var E = T, D = async () => {
|
|
|
38860
38860
|
id: `${e}_track`,
|
|
38861
38861
|
type: "line",
|
|
38862
38862
|
source: e,
|
|
38863
|
+
filter: [
|
|
38864
|
+
"any",
|
|
38865
|
+
[
|
|
38866
|
+
"==",
|
|
38867
|
+
["get", "isSurveying"],
|
|
38868
|
+
1
|
|
38869
|
+
],
|
|
38870
|
+
["!", ["has", "isSurveying"]]
|
|
38871
|
+
],
|
|
38863
38872
|
layout: { "line-join": "round" },
|
|
38864
38873
|
paint: {
|
|
38865
38874
|
"line-color": "#85A0D9",
|
|
38866
38875
|
"line-width": 2
|
|
38867
38876
|
}
|
|
38877
|
+
}, {
|
|
38878
|
+
id: `${e}_track_noSurveying`,
|
|
38879
|
+
type: "line",
|
|
38880
|
+
source: e,
|
|
38881
|
+
filter: [
|
|
38882
|
+
"==",
|
|
38883
|
+
["get", "isSurveying"],
|
|
38884
|
+
0
|
|
38885
|
+
],
|
|
38886
|
+
layout: { "line-join": "round" },
|
|
38887
|
+
paint: {
|
|
38888
|
+
"line-color": "#ccc",
|
|
38889
|
+
"line-width": 2,
|
|
38890
|
+
"line-dasharray": [2, 2]
|
|
38891
|
+
}
|
|
38868
38892
|
}], Ht = /* @__PURE__ */ function(e) {
|
|
38869
38893
|
return e[e.RedCircuit = 1] = "RedCircuit", e[e.WhiteCircuit = 2] = "WhiteCircuit", e[e.EqualRedCircuit = 3] = "EqualRedCircuit", e[e.GreyCircuit = 4] = "GreyCircuit", e[e.GreenCircuit = 5] = "GreenCircuit", e;
|
|
38870
38894
|
}({}), Ut = {
|