maplibre-rs icon indicating copy to clipboard operation
maplibre-rs copied to clipboard

WIP: Use Spiral iterator for ViewRegion

Open maxammann opened this issue 2 years ago • 0 comments

The idea of this PR is to iterate in a spiral over the 2D view region instead of left-right -> top-bottom.

Implementation taken from here: https://stackoverflow.com/questions/398299/looping-in-a-spiral

maxammann avatar Dec 15 '22 13:12 maxammann