Iván Sánchez Ortega

Results 151 comments of Iván Sánchez Ortega

> 1. Add the item to the parent node Wait, shouldn't you delete the node before adding it again?

I think this is behaviour as expected. If you use a `maxZoom` higher than `maxNativeZoom` on any `L.TileLayer`, the image will appear pixellated in the same fashion. > Is there...

Can you publish a fiddle/codepen/[playground](https://playground-leaflet.rhcloud.com/) that displays this behaviour?

No, there is no support for this right now. This makes for a great feature request, though. I think that the easiest way to try and implement this would be...

@evantdailey If you're debugging Leaflet, please use `leaflet-src.js` instead of `leaflet.js`. That'll give you proper file names and line numbers.

@evantdailey No problem, we've all been there. :-) By your comments, it seems that f242e7a already fixes part of this, but that code is not shipped with 1.2.0. We must...

@hwernstrom It's difficult to know what's going on in your case. I'm going to guess you're using protobuf tiles (instead of a GeoJSON slicer), and that your tiles are failing...

@perliedman If a point can be styled with an `Icon`, can a `DivIcon` be used instead? If so, there's the text labels.

The fact is that the tiled renderers already keep an internal copy of the feature geometries (i.e. see the references to `this._layers` in the `/src/layer/vector/SVG.js` file). So step 2.1 would...