Tom Chadwin
Tom Chadwin
Yeah, it's https://github.com/Leaflet/Leaflet.VectorGrid/pull/131, based on https://github.com/Leaflet/Leaflet.VectorGrid/pull/68.
Can we not find out the root cause? What's your tile size?
You've got buffers set in the source VT data?
I'd love to see progress on this. I'll have a look myself, but if anyone with more expertise felt inclined to look again, that would be great.
Having tweaked this to work with current master (or at least my fork), it seems to do what is required. Thanks, @albanm!
@albanm In the demo (and when I've tried to implement this), I seem to be getting duplicate labels for each feature. How is that happening, and how could we fix...
Have you tried explicitly adding the different layers to different map panes?
No, I don't mean you should do it in production without a reason to. I just thought it would be useful to see if placing each in their own pane...
> This "polyfill" doesn't actually close the connection when the request is aborted, but it will call .catch() with err.name == 'AbortError' instead of .then(). Will this catch anything beyond...
Looks like a plan. My guess is that API maintainers will want to implement it ASAP anyway, given the saving on traffic.