Iván Sánchez Ortega

Results 258 comments of Iván Sánchez Ortega

This is reproducible on 1.9.4 when `worldCopyJump` is set to `true` (see https://leafletjs.com/reference.html#map-worldcopyjump). I haven't tested on current 2.0-dev. I'm unsure if this can be solved gracefully. The antimeridian jump...

Ow, we wanted to refactor `worldCopyJump` elsewhere (https://github.com/Leaflet/Leaflet/issues/8625). This might be a good excuse to do so.

@amorenopr What's the `maxBounds` and the `maxZoom` you're creating the map with?

I see you're using `this.$emit` and `this.$refs`, so I guess you're using Vue. Keep in mind that we only handle vanilla Leaflet, with no frameworks. If there's a bug, please...

Kinda a duplicate of https://github.com/Leaflet/Leaflet/issues/4696 , specifically the part about "stop using CSS for zoom animations"

> Leaflet’s default Layer Control (`L.control.layers`) toggles the list of base maps using `display: none` / `display: block`, which makes smooth CSS transitions (e.g. fade-in or slide-in) impossible. No it...

The blocker for this is lack of cross-browser support for [`calc-size()`](https://developer.mozilla.org/en-US/docs/Web/CSS/calc-size)-based animations. The issue is *not* how the CSS classes are structured.

@jonkoops IIRC, the IE8 era was difficult due to event handling. One couldn't be sure if the right thing to do was to stop event propagation or preventing the default,...