helium / mappers

Mappers Frontend and API
Apache License 2.0
67 stars 26 forks source link

Live tiles only viewable at certain zoom levels #73

Closed jthiller closed 3 years ago

jthiller commented 3 years ago

When new hexes are added to the map, they do not appear in the active zoom level – making it appear as though no signal was received from a newly mapped area.

Interestingly, the hexes DO appear after changing zoom levels - usually zooming in. HexShow

I've also witnessed some rendering artifacts where an entire hex is not drawn. This might just be unrelated.

image

Fixing this issue will be necessary for #55 / #72 to be successful.

jthiller commented 3 years ago

Further exploration - though inconclusive... This might only be related to the geolocate function or how I've implemented it. Just ran some tests and was not seeing the rendering issue on production.

kent-williams commented 3 years ago

Well that would be a welcome fix! On production or the review deploy?

jthiller commented 3 years ago

Production seems to be working as expected.

The branch deploy is where I consistently see issues.

I'm following Survey 02 around on Cargo and comparing it with mappers.

jthiller commented 3 years ago

Oh, yea. I'm fairly convinced this is related to something with my branch.