Преглед изворни кода

export 经纬度转换工具

wd пре 7 година
родитељ
комит
20170a67f5
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      index.js

+ 2 - 0
index.js

@@ -796,3 +796,5 @@ export function polygonContent(airspaceInfo, type=3) {
         return content;
     }
 }
+
+export {latLngDegreesToDecimal, latLngDecimalToDegrees}