WIP: Add a spatial datastructure for Map markers.

Authored by johanneszarl on Oct 2 2019, 10:51 PM.

Description

WIP: Add a spatial datastructure for Map markers.

In its current form, this is just a number of bins with ~10km resolution
containing the images instead of the list of images that we previously
had.
The new structure is only a building block that can allow us to:

  • skip entire bins instead of individual images
  • represent one bin with a single marker instead of one per image
  • build a GeoCluster tree-like structure on top of the GeoBins, allowing

us to do a level-of-detail rendering merging different bins together

Details

Committed
johanneszarlOct 2 2019, 10:51 PM
Parents
R463:cba671bfe195: Map: don't render images outside the viewport.
Branches
Unknown
Tags
Unknown