Claudio Pilotti

Results 5 comments of Claudio Pilotti

I stumbled upon this issue but was able to solve it for me by modifying the [browser_context_args](https://playwright.dev/python/docs/test-runners#fixtures): you can configure the creation of `context` by modifying the [browser_context_args](https://playwright.dev/python/docs/test-runners#fixtures) fixture, either...

Hiya, came here to report this too. Did some digging, this is what I got so far: Leaflet adds the CSS class `.leaflet-interactive` to the layer that you draw, e.g.,...

+1 Thanks for the workaround @timbtimbtimb. I ran into the same problem and created a [JSFiddle](https://jsfiddle.net/strfx/tndmLf18) to illustrate.

Bumping this issue: Rounding the layer points to their nearest integer causes small layers to massively distort at small zoom levels. https://github.com/Leaflet/Leaflet/blob/d404fc50b073ba57bf44b0d10873d85871f040a8/src/map/Map.js#L1003-L1006 What is the purpose of rounding the layer...

thanks for the feedback @codeofsumit and @Falke-Design - approach sounds sensible! Will follow up with a PR soon.