Volodymyr Agafonkin
Volodymyr Agafonkin
@rebz it stops working when you use feature state: see also #7194.
This looks like it's an issue with how the line anchors code takes icon size into account β it thinks the icons won't fit into the line even though `icon-size`...
That ICU improvement is definitely welcome! I'm wondering though, would an upgrade affect how this plugin works in practice? It probably shouldn't hit any code paths related to Ukrainian &...
@amnesia7 unlike `dragend`, `moveend` shouldn't be fired when you release a panning move β it should be fired when the map actually stops. If there's a case when it's not,...
Yeah, I understand the reasoning behind `idle` event, I was just referring to the fact you used `dragend zoomend`. > I didn't want the page to re-run the search if...
@amnesia7 yeah, I think a smaller amount that feels right will be fine.
Revisiting this, I think an `idle` event in the core may be pretty useful. So I'll look into it.
Before landing this change, we should make sure it has no implications on performance when using a lot of markers on screen at once (e.g. thousands), and check in Blink,...
@Falke-Design `flyTo` duration should be approximately the same regardless of performance. I'd measure number of frames instead (relative to theoretical maximum, which is `duration * 60`).
> Performance seems fine as far as I can tell, it seems the browser is able to cache the resulting bitmap, so it is not any less performant than before....