浏览代码

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;
         return content;
     }
     }
 }
 }
+
+export {latLngDegreesToDecimal, latLngDecimalToDegrees}