Terrain (RGB-encoded DEM) datasource returns 404 for empty tiles #10229
Labels
bug 🐞
needs investigation 🔍
Issues that require further research (e.g. it's not clear whether it's GL JS or something else)
mapbox-gl-js version: 2.0.0
browser: Chrome, Firefox
Steps to Trigger Behavior
Link to Demonstration
https://jsfiddle.net/m6k791hj/6/
Coordinates are set to [0, 0], middle of the ocean, and there is of course no tiles for that region so tileset returns multiple 404.
Expected Behavior
As claimed in the issue tilesets should return 204 (No Content) for such cases
Actual Behavior
404 (Not Found) is returned
The text was updated successfully, but these errors were encountered: