@taichina/map-sdk 1.0.7 → 1.0.10
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/package.json
CHANGED
|
@@ -4764,7 +4764,7 @@ var r = async () => {
|
|
|
4764
4764
|
function ye(e) {
|
|
4765
4765
|
if (!e || e.length < 11) return "";
|
|
4766
4766
|
let t = e.charAt(10), n = e.charAt(9);
|
|
4767
|
-
return n === "6" && t === "7" ? "sgfhqy_door" : n === "6" && t === "8" ? "
|
|
4767
|
+
return n === "6" && t === "7" ? "sgfhqy_door" : n === "6" && t === "8" ? "sgfhqy_fill" : n === "6" && t === "9" ? "sgfhqy_line" : t === "1" && n === "0" ? "track" : t === "3" ? "signal" : t === "2" && n === "0" || t === "1" && n === "1" ? "switch" : t === "2" && n === "1" ? "circuit" : "";
|
|
4768
4768
|
}
|
|
4769
4769
|
var be = class {
|
|
4770
4770
|
teeeMap;
|