issues
search
OPENER-next
/
OpenStop
App for collecting OpenStreetMap-compliant accessibility data in public transport
https://openstop.app
GNU General Public License v3.0
80
stars
13
forks
source link
Rework animated marker layer
#285
Open
Robbendebiene
opened
3 months ago
Robbendebiene
commented
3 months ago
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)