Oliver Wipfli
Oliver Wipfli
Thanks! Can you share some before / after screenshots?
I like the colors your propose. But maybe it should be more the dark style rather than the grayscale style that we change?
Thanks for opening this issue @mxzinke! When refactoring Water.java we worked a bit on rivers breaking up at low zoom levels. Probably the issue is not related to feature selection...
River polygons in OpenStreetMap can be split into multiple ways, e.g., something like this:  The middle section shares nodes with the outer sections. To merge them into one polygon,...
Note that `FeatureMerge.mergeNearbyPolygons` works on tile pixels, and each tile has 256 pixels. If we consider zoom 7, that means a pixel width of roughly earth circumference / 2 **...
Can you share an OpenStreetMap way id of a feature which does not get included at zoom 7?
From what I can tell so far is that the river parts here have exactly the same tags as neighboring river tags. So I think they get through the process...
It might be worth giving relation processing on rivers a try. Feel free to open a pull request. My understanding is just that during feature selection, all river parts get...
I think they are dropped after merging, see https://github.com/onthegomap/planetiler/blob/2c91725f6d048fd60b02d3e7c29bb88838451048/planetiler-core/src/main/java/com/onthegomap/planetiler/FeatureMerge.java#L361
I don't unfortunately