mapbox / martini

A JavaScript library for real-time RTIN terrain mesh generation
https://observablehq.com/@mourner/martin-real-time-rtin-terrain-mesh
ISC License
612 stars 41 forks source link

How can I use other data sources to overlay? #17

Closed dementiev closed 3 years ago

dementiev commented 3 years ago

Hi, I want to overlay 3d elevation model with other datasources (we have our own wms/wfs server with vector and raster layers). Is that possiible to do that?

Thanks!

kylebarron commented 3 years ago

martini and delatin just create a mesh. Combining with raster images is out of scope for the projects. You can use other projects like Cesium or deck.gl (example) to render the mesh.

dementiev commented 3 years ago

Thank you for the answer!