Skip to content

Conversation

@zer0-dev
Copy link
Contributor

@zer0-dev zer0-dev commented Jan 9, 2025

Fixed tall grass on landuse=grass and landuse=meadow generating on non-grass blocks.

Also: I found it weird that all the buildings in cities had colored roofs, so I left them only for single houses. Still not sure if that was the intention.

@louis-e
Copy link
Owner

louis-e commented Jan 11, 2025

Just a thought, could we maybe use this sorting in advance instead of the seperate landuse array?

parsed_elements.sort_by_key(|element: &osm_parser::ProcessedElement| {

And can you also add the snow block to the white list for the winter mode which can be enabled in the generation settings?

@zer0-dev
Copy link
Contributor Author

Done. Yes, that's a much more elegant way

@louis-e
Copy link
Owner

louis-e commented Jan 12, 2025

Perfect, thank you very much! :)

@louis-e louis-e merged commit 0efa681 into louis-e:main Jan 12, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants