Iván Sánchez Ortega

Results 151 comments of Iván Sánchez Ortega

> @IvanSanchez I think it's time we get to work on this. I'd like to get rid of `touchNative`, `touch` and `pointer` in the `Browser` namespace and I think it...

On one hand it makes a lot of sense. **But**, on the other hand, `PointerEvent` inherits from `MouseEvent`, and those functions still work with `MouseEvent`s. I'm unsure. :confused:

This works already in a number of touchpads, but is fully dependant on hardware and OS support. Specifically, pinch-zoom works on my cheap-o 10$ wireless numpad-plus-touchpad thingie. Is there a...

Cannot reproduce (using Leaflet 1.5.1 and Firefox 69 on Debian). https://plnkr.co/edit/6SgcGdbjgU3me18QBKhJ?p=preview

Can't reproduce. Everything looks fine to me. See https://plnkr.co/edit/ZDVAyxo6axzbv5nUYB49?p=preview ![imagen](https://user-images.githubusercontent.com/1125786/40784471-0987931a-64e6-11e8-8dfd-7111fb164f5c.png) Is there anything I'm missing here?

OK, that clears it up. I've also made https://plnkr.co/edit/Buc4ZjhxWyTH3tMoesec?p=preview : ![imagen](https://user-images.githubusercontent.com/1125786/40785469-d7b000a4-64e8-11e8-9e82-cb273da4c839.png) It seems that removing the `._round()` would fix the issue, but I'm somewhat worried that doing so would break...

You mean like https://github.com/Leaflet/Leaflet.markercluster#customising-the-clustered-markers ?

@BastienGauthier I'm knee-deep in https://ivansanchez.gitlab.io/gleo/ , which works nice for displaying hundreds of thousands of geometries. Leaflet connector at https://gitlab.com/IvanSanchez/leaflet.gleo/ .

See also https://observablehq.com/d/45378773bf64820a

Biggest unresolved issue with this implementation is assigning the vertex IDs for the edge subdivisions. The idea is to: - Assign each edge (of the original polyhedron) an index equal...