evantdailey

Results 4 comments of evantdailey

Thanks @IvanSanchez for taking the time to look into this, those two points are giving me more to think through. I made a copy of the Leaflet.VectorGrid.js script and made...

Thanks @IvanSanchez for the tip, and sorry for the confusion, this is all new to me. I updated my comment to reflect `leaflet-src.js`.

Yes, it seems https://github.com/Leaflet/Leaflet.VectorGrid/commit/f242e7ac4f0e58dfd0d1bda3b8a9848c722ee75d addressed the GeoJSON points issue. Since that hasn't been released I just changed the source script on my computer with the changes shown there, and that...

Tracing the errors back, it looks like this is originating from line 9598 in `leaflet-src.js`, in the `_updateCircle` function: changing `r = layer._radius` to `r = 1` allowed the points...