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 you sample outside the bounds of the raster (AND no NoDataValue is set for the sources), I believe it returns 0 values, which is obviously confusing. At the very least we should return NaN, undefined, or null.
This makes is difficult for clients to know to properly render the out of bounds values as transparent.
The text was updated successfully, but these errors were encountered:
If you sample outside the bounds of the raster (AND no NoDataValue is set for the sources), I believe it returns 0 values, which is obviously confusing. At the very least we should return NaN, undefined, or null.
This makes is difficult for clients to know to properly render the out of bounds values as transparent.
The text was updated successfully, but these errors were encountered: