You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a tile on the edge of a MosaicJSON "meta-tile" is requested with a buffer, the edge of the tile is empty, because assets_for_tile doesn't account for the buffer.
I'm happy to take a stab at fixing it by adding a buffer input to the method, but I wanted to make sure I wasn't missing something or running into any sharp edges.
The text was updated successfully, but these errors were encountered:
If a tile on the edge of a MosaicJSON "meta-tile" is requested with a buffer, the edge of the tile is empty, because
assets_for_tile
doesn't account for the buffer.I'm happy to take a stab at fixing it by adding a
buffer
input to the method, but I wanted to make sure I wasn't missing something or running into any sharp edges.The text was updated successfully, but these errors were encountered: