Skip to content

Commit

Permalink
add turf lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cavencj committed Mar 25, 2021
1 parent 93b8eb9 commit 74392de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/namespace/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 74392de

Please sign in to comment.