Browse Source

export 经纬度转换工具

wd 7 years ago
parent
commit
20170a67f5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      index.js

+ 2 - 0
index.js

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