Parcourir la source

upgrade amap-shapes

wd il y a 7 ans
Parent
commit
7a52e94465
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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) {