mapbox / owlviewer

A changeset browser for https://github.com/ppawel/openstreetmap-watch-list
9 stars 10 forks source link

Wrong marker tiles shown #23

Closed ppawel closed 11 years ago

ppawel commented 11 years ago

Sometimes when you zoom out you get wrong data/marker tiles - e.g. marker tile over Europe shows 0 changesets. I think it has something to do with zooming quickly - looks like some requests/responses are spilling over from the old zoom level to the new.

Sometimes it can be reproduced just by opening this:

http://suncobalt.dyndns.org:8082/owlviewer/index.html#3/57.33/41.66

Note that because of settings in app.js, it zooms in at level 13 in London and then zooms out immediately because of settings in the hash.

ppawel commented 11 years ago

3cc4de8 seems to have fixed this problem.

ppawel commented 11 years ago

Have not seen this in a few days, closing...