heremaps / tin-terrain

A command-line tool for converting heightmaps in GeoTIFF format into tiled optimized meshes.
MIT License
585 stars 127 forks source link

Default to triangle mesh mode when generating a single .terrain file #67

Open jtfell opened 4 years ago

jtfell commented 4 years ago

Resolves #65. I don't have a deep understanding of the library by any stretch but from what I can tell, the optimal_mesh_mode function is only used in the dem2tin subcommand which is where the problem reported in #65 comes up.

Can you try this branch and confirm that your issue is resolved @RapIt?

jtfell commented 4 years ago

@delfrrr This fix has been confirmed to resolve #65, is it possible to merge this?