Iván Sánchez Ortega

Results 151 comments of Iván Sánchez Ortega

If this needs any changes upstream, please leave comments at https://github.com/Leaflet/Leaflet/issues/5298

Yeah, I can reproduce it on Android. Seems that using a mouse pointer will make the browser fire both `mousedown` and `pointerdown` events, but using a touchscreen will fire only...

I'm tempted to say this is a race condition due to the Angular lifecycle logic.

It's Not A Bug, It's A Feature™ https://github.com/Leaflet/Leaflet/blob/48a38c797b19cefb28002f7d09199d947260106a/src/layer/tile/GridLayer.js#L88-L93 I agree with @mourner - perhaps it's time to revisit the default setting of that.

The answer is probably [yes](http://www.strcat.de/questions-with-yes-or-no-answers.html). However, this issue tracker is used for reporting bugs and discussing new features. For questions on using Leaflet, please use [gis.stackexchange.com](https://gis.stackexchange.com/questions/tagged/leaflet) or [stackoverflow](https://stackoverflow.com/questions/tagged/leaflet).

> Leaflet downloads tiles for all layers, whether visible according to `L.control.layers` or not No, it doesn't. See https://playground-leaflet.rhcloud.com/qog/edit?html,output If you disagree, please publish a fiddle/codepen/[plnkr](https://leafletjs.com/edit.html) that displays this behaviour.

> Is there a convention in the code base for issuing warnings? I don't see any use of `console`. We still haven't dropped support for IE8, so we don't assume...

Reading the docs, it seems that libmpdclient2 is obsolete and the cool new thing is python-mpd at https://pypi.python.org/pypi/python-mpd/

Leaflet maintainer here. From my quick analysis earlier today, it seems that Pixi is calling `preventDefault` on `touchstart` events (and other `TouchEvent`s) while ignoring `PointerEvent`s. The changes introduced in Leaflet...