소스 검색

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}