Explorar el Código

upgrade amap-shapes

wd hace 7 años
padre
commit
7a52e94465
Se han modificado 1 ficheros con 2 adiciones y 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) {