Iván Sánchez Ortega

Results 151 comments of Iván Sánchez Ortega

@hyperknot @href I'll happily perform some benchmarks in a couple of weeks against my set of test browsers.

It's quite trivial to add a CSS class to the map only for selected browsers, in the `L.Map` constructor stuff. @href The issue is present in my Chromium 49 @hyperknot...

@href Also, this fix kinda messes up tiles in my Chromium 49... it blurs the whole image instead of just the edge. Original, with `.leaflet-container { background: black }`: ![fractional-space](https://cloud.githubusercontent.com/assets/1125786/14174902/ca0c27cc-f747-11e5-9e12-f286336169ad.png)...

I'm unsure of this as a core feature right now. In the meantime you're welcome to try out https://github.com/Leaflet/Leaflet.VectorGrid , specifically with sliced GeoJSON as shown in https://leaflet.github.io/Leaflet.VectorGrid/dist/demo/demo-geojson.html

I see that in your codepen, you are using `mapbox.js`, and that the output of `L.version` is 1.0.2. I tried to create the same case with 1.0.3 at https://playground-leaflet.rhcloud.com/til/edit?html,output ,...

> Setting `preferCanvas: true` stops it occurring. Then I'm inclined to think that this is a SVG-related bug. Based on @ghybs's examples, I think that the problem relies in that...

Can't reproduce. Besides, the example provided has a zero-height ``.

> I would like to know if you, the maintainers / contributors of leaflet, would be open for a similar change like this? I'm *very* wary of TS. Specially when...

> What is left to be done? Importing a bunch of Leaflet JavaScript source files inside a `` works without problems IMO, documentation. Edit the docstrings to add a new...

The bounds of a single point has zero area, so exactly what are you expecting in that case?