osmlab / changeset-map

Visualise a changeset on a map
http://osmlab.github.io/changeset-map/
ISC License
34 stars 11 forks source link

Massive Changesets don't fully render at small scales #36

Open talllguy opened 8 years ago

talllguy commented 8 years ago

Try this one out. (Just another day fixing up TIGER...) :smirk:

The issue here is that only the top half or so of features renter out at high zooms, so it is a bit misleading until you zoom in.

GIF: mapzoom

batpad commented 8 years ago

Thanks for the report @talllguy .

I was hoping that switching to the latest version of mapbox-gl would fix this, but it seems like it has not :(

@planemad any ideas on this? Could it be anything to do with the style? That is quite a lot of data being loaded there, so it's possible we are hitting some edge cases, but this behaviour is definitely odd.

ajithranka commented 7 years ago

This could still be a problem with our GL version. Related to #42.