Explorar o código

upgrade amap-shapes

wd %!s(int64=7) %!d(string=hai) anos
pai
achega
7a52e94465
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Common.js

+ 2 - 2
Common.js

@@ -21,8 +21,8 @@ Global.amapFillColor = "#58A8F511";
 Global.heightStandards = new Map([
     ["米/标高", 0],
     ["米/真高", 1],
-    ["米(含以)/标高", 2],
-    ["米(含以)/真高", 3]
+    ["米(含以)/标高", 2],
+    ["米(含以)/真高", 3]
 ]);
 Global.heightStandardsById = new Map();
 for (let [k, v] of Global.heightStandards) {