OpenStop icon indicating copy to clipboard operation
OpenStop copied to clipboard

Rework animated marker layer

Open Robbendebiene opened this issue 6 months ago • 0 comments

  • move from clustering approach to collision based approach
  • use existing marker layer
  • reduce rebuilds by only rebuilding the markers that change
  • have explicit add and remove widget functions instead of List difference detection (diff detection doesn't scale)
  • reduces dependencies (removes animated_marker_layer + supercluster)

Robbendebiene avatar Aug 05 '24 08:08 Robbendebiene