checkAndFill does it work as intended?
@PedaB was the intent of https://github.com/simonpoole/mapsplit/blob/master/src/main/java/dev/osm/mapsplit/MapSplit.java#L250 that it would include the way in question in all tiles that potentially intersect with it? Because, maybe I don't understand it, but it would seem as if it includes far too many tiles.
Uhm, my memory is not good enough to remember it in all details. But I think the main reason for this part of the code was to cope with large/huge MPs. Especially forests. It might happen that the way (i.e. forest outline) does not touch one of the tiles in the middle of the forest. However, when rendering such a tile, Tobias wanted to know that it is a forest. So I needed to add such tiles as well.