Volodymyr Agafonkin

Results 530 comments of Volodymyr Agafonkin

> Since we are stubbornly being ignored in a topic where people are basically begging for a solution Hey everyone, just wanted to say on behalf of the GL JS...

It's a paint property but it is data-driven, which means the values for it have to be evaluated during data processing when loading the tiles and processing features, since we...

Currently there's no better way to do this than `setFeatureState` unfortunately, but we are planning to work on a feature that would enable use cases like this β€” expect some...

Also, it's reprodicible on Safari, but not Firefox, so looks like it might be triggering some Webkit/Blink CSS anim bug.

@IvanSanchez so, good news, I seem to have tracked this down to these lines: https://github.com/Leaflet/Leaflet/blob/790d1681d6b44e82f5ac3190ee3800e5be8f40a0/src/map/Map.js#L1733-L1736 If you remove the anim frame and call `_moveEnd` immediately, the bug seems to never...

@Falke-Design I'd like to include this in v1.8.0. Seems like a quick fix either way and we've localized it.

Poked at it on my iPhone for some time and I can't reproduce any issues after removing the hack apart from #7401. So let's just remove it for now and...

Still happening in FF/Linus and occasionally Chrome/Mac, so will need further experiments.

Thanks for the report! Since we're not able to reproduce this on our end yet, we'd really appreciate if you could either continue trying to get a minimal reproducible test...

@jaybo in the source, it's here: https://github.com/mapbox/mapbox-gl-js/blob/main/src/ui/map.ts#L4657