Volodymyr Agafonkin

Results 529 comments of Volodymyr Agafonkin

> I would say we keep the init hooks around, because we use them extensively in Leaflet itself, and I would assume plugins do so as well for extensibility, we...

@jonkoops I agree. If we want to evolve Leaflet to match modern front-end standards, we'll have to break compatibility in a way that would make maintaining any "compatibility layer" /...

Looks like the mismatch happens even if I set the tile buffer to 0, so the root cause is probably somewhere earlier, in the intermediary processing... So I'm wondering β€”...

@kurtlawrence as far as I remember, the unstable sort was used intentionally because it should be faster (and sort order doesn't impact triangulation correctness). Can you see how much the...

@kurtlawrence so, the change looks like a 3–5% hit to performance. Do you think this would be worth the hit, or perhaps there is a workaround you could go for...

A temporary workaround would be to set `L.Util.emptyImageUrl = ` before a map is created. But we definitely should investigate whether WebKit still needs that empty image hack to avoid...

You can do this an image and a `fill-pattern` property, like [in this example](https://docs.mapbox.com/mapbox-gl-js/example/fill-pattern/). Next time, please use a more suitable platform for questions such as StackOverflow β€” this place...

@wtravO what do you find extremely impractical about generating patterns during runtime? You can do this in a few lines of code with Canvas 2D, and then either add the...

I'm sorry for sounding snarky, that wasn't my intent. Supporting expression-powered gradients does sound like an interesting idea and one we could explore, though it could be very tricky to...