Leaflet / Leaflet.VectorGrid

Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet 1.0.0
598 stars 194 forks source link

Allow to abort requests #161

Closed furstenheim closed 5 years ago

furstenheim commented 6 years ago

This pr is not finished, I'm waiting till whatwg-fetch finishes their abort pr (that's why it depends on a private github repo), but meanwhile it is good to open this one and start discussing #136

With this change, everytime the zoom changes the previous tiles are aborted

perliedman commented 5 years ago

I am going to close this for now, to at least try to keep our PRs tidy, but feel free to re-submit when it is actually done!

dmmishchenko commented 3 years ago

it's already merged https://github.com/github/fetch/pull/592, can we reopen this pr?