tokee / nrtmosaic

Fast mosaic creation from pre-processed source images
Apache License 2.0
3 stars 0 forks source link

Detect non-existing tiles #11

Closed tokee closed 8 years ago

tokee commented 8 years ago

When requesting a tile (x, y) from the image server, where x is >= the number of horizontal tiles ht, the request wraps to (x-ht, y+1). This is messes up rendering at the redirect level as semi-random tiles are shown where there should be a blank. One solution is to track image size and calculate if there should be a blank tile at the location.