Explorar el Código

add turf lib

tags/2.0.0
Caven Chen hace 4 años
padre
commit
74392ded39
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      modules/namespace/index.js

+ 6
- 0
modules/namespace/index.js Ver fichero

@@ -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()

Cargando…
Cancelar
Guardar