Open silky opened 1 month ago
b6, at present, is unable to show any particularly large polygons, as all renderer items are basically at zoom 8 or above: https://github.com/diagonalworks/diagonal-b6/blob/main/src/diagonal.works/b6/renderer/renderer.go#L200.
Maybe it's just a simple matter to add in a new layer there with a high zoom level; but some care may need to be taken to ensure that all the relevant rendering code doesn't slow down dramatically.
Some testing needs to take-place here.
b6, at present, is unable to show any particularly large polygons, as all renderer items are basically at zoom 8 or above: https://github.com/diagonalworks/diagonal-b6/blob/main/src/diagonal.works/b6/renderer/renderer.go#L200.
Maybe it's just a simple matter to add in a new layer there with a high zoom level; but some care may need to be taken to ensure that all the relevant rendering code doesn't slow down dramatically.
Some testing needs to take-place here.