Browse Source

export 经纬度转换工具

wd 7 năm trước cách đây
mục cha
commit
20170a67f5
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      index.js

+ 2 - 0
index.js

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