Iván Sánchez Ortega

Results 258 comments of Iván Sánchez Ortega

Strange, I wonder what caused the regression. The CSS code from https://github.com/Leaflet/Leaflet/pull/8891/ & https://github.com/Leaflet/Leaflet/pull/8907/ is untouched. @Falke-Design It might be time to bring https://github.com/Leaflet/Leaflet.TileLayer.NoGap into the core?

TBH I'm tired of the hacks to try to get rid of the gap. I've gone ahead with #9732.

You're missing (or, more likely, glancing over) the fact that a rectangle is drawn inside a `L.SVG` (or a `L.Canvas`) and therefore is not subject to z-indexes like HTML elements:...

> I am not sure what your guide lines for the docs are See https://github.com/Leaflet/Leaflet/blob/main/CONTRIBUTING.md#improving-documentation . The tutorials are at https://github.com/Leaflet/Leaflet/tree/main/docs/examples/map-panes , and the API docs are built from docstrings...

I predict this will be hard to fix properly. The problem probably lies around https://github.com/Leaflet/Leaflet/blob/master/src/layer/marker/Marker.js#L281 , where the code for `L.Marker` re-attaches its `this._draggable` handler and tries to keep the...

Maybe, just _maybe_ this bug can be fixed by calling `L.Marker.dragging._onDown()` from `L.Marker._initInteraction()` if `L.Marker.dragging._startPoint` is set. Sounds hackish :grimacing: If anybody has time to try this idea, pull requests...

I've got word that @serdarkacka wants to help with this one, so I'll wait for a PR.

Using https://plnkr.co/edit/eecQ7iqySIccbB0X : . | Linux x86_64Chrome 109.0.0.0 | Linux x86_64Firefox/108.0 -- | -- | -- Leaflet | '1.9.3' | 1.9.3 Win | false | false Gecko | false |...

The approach is good, but I'm afraid it's going to fail on nested `LayerGroup`s. Some kind of recursivity is gonna be needed.

> but I am personally chronically short on spare time to work on it. It's not just you, @jonkoops, not just you.