瀏覽代碼

add turf lib

tags/2.0.0
Caven Chen 4 年之前
父節點
當前提交
74392ded39
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      modules/namespace/index.js

+ 6
- 0
modules/namespace/index.js 查看文件

@@ -11,6 +11,12 @@ const getMapv = () => {
return DC.Namespace?.mapv
}

const getTurf = () => {
return DC.Namespace?.turf
}

export const Cesium = getCesium()

export const mapv = getMapv()

export const turf = getTurf()

Loading…
取消
儲存