rphlo / karttapullautin

A fast and accurate map generator from classified LiDAR data.
GNU General Public License v3.0
33 stars 9 forks source link

Shape File Rendering Failure > 20240401a #87

Closed hughamacmullaniv closed 7 months ago

hughamacmullaniv commented 7 months ago

Description

All versions from 20240402i (when rendering moved from Perl to Rust) fail to properly layer on the shape files. Partial / incomplete.

Versions Tested

Screenshots

Complete (GOOD) Rendering Complete Rendering Incomplete (BAD) Rendering Incomplete Rendering

Files

Example EXAMPLE.laz, osm.zip, osm.txt (default) and GOOD (20240401a) and BAD (20240402i) depr.png files (as above) in this Dropbox folder.

To Reproduce

Build rusty-pullauta v20240402i or later, and ./rusty-pullauta LAZ + osm.zip file.

Let me know if you need further details, etc.

hughamacmullaniv commented 7 months ago

Also: no big rush for me, as I’m mostly importing DXF files to OOM for PDF rendering.

rphlo commented 7 months ago

Thanks for feedback, I had not really tested the shapefile rendering with vectorconf set due to lack of example...

Now it works as it should in latest release https://github.com/rphlo/rusty-pullauta/releases/tag/v1.0.0-rc5

hughamacmullaniv commented 7 months ago

Looking good! Thanks.