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
Currently we just have a single 256x256 blank PNG we return when there's no data, regardless of the configured tileSize which should determine the size of the tiles returned. Instead, we could make the blank PNG on launch with something like https://www.npmjs.com/package/node-png and ensure it's the size specified by tileSize.
The text was updated successfully, but these errors were encountered:
Currently we just have a single 256x256 blank PNG we return when there's no data, regardless of the configured
tileSize
which should determine the size of the tiles returned. Instead, we could make the blank PNG on launch with something like https://www.npmjs.com/package/node-png and ensure it's the size specified bytileSize
.The text was updated successfully, but these errors were encountered: