comp500 / tinymap

A lightweight server-side stateless web map
MIT License
28 stars 6 forks source link

Empty gray areas displaying on map. #6

Closed Giggitybyte closed 2 years ago

Giggitybyte commented 3 years ago

I hope this isn't an intentional feature. It'd look much nicer if the map was consistently surrounded by black. chrome_QtBkrlyKpt

Panning up is nothing but light gray. chrome_PkbDlZVDyo

comp500 commented 3 years ago

Hmm yeah, I think the dark grey chunks are initialised but not generated chunks, and there's a ring of half-generated chunks. I'll add a check to only render complete chunks and return 404 / render black otherwise

Giggitybyte commented 2 years ago

❤️