ソースを参照

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}