Closed Anuiran closed 4 years ago
I assume for performance reasons the map only updates markers after move or zoom event has ended. But I was looking to create a set timeout that updates say every 250ms while dragging.
However I can’t seem to get the map to redraw at all.
` map.on('drag', function(e) { pixiOverlay.redraw} );
`
I assume for performance reasons the map only updates markers after move or zoom event has ended. But I was looking to create a set timeout that updates say every 250ms while dragging.
However I can’t seem to get the map to redraw at all.
` map.on('drag', function(e) { pixiOverlay.redraw} );
`