#How to generate mesh from gis data?
8 messages · Page 1 of 1 (latest)
If you want the implementation specifics https://raw.githubusercontent.com/kurtkuehnert/terrain_renderer/main/Thesis.pdf
thanks but for now I have a simple geojson with a few point and linestring to spawn
hmm, maybe generate an SVG using one of the many rust gics lib and load it through bevy_prototype_lyon or bevy_svg.
I've not done this myself, but I think that's the way I'd go.
ok, thx u
this one seems alright to convert to SVG? https://lib.rs/crates/geozero