developmentseed / titiler

Build your own Raster dynamic map tile services
https://developmentseed.org/titiler/
MIT License
765 stars 157 forks source link

Proposal: Change 404 to 204 NO CONTENT when no asset is found (mosaicjson tiling) #713

Closed simouel closed 11 months ago

simouel commented 11 months ago

Currently, when we mosaic some distant rasters in a large area, leaflet raises a 404 error in the console for every missing tile. Changing from 404 to 204 seems to fix the problem

Available PR templates

vincentsarago commented 11 months ago

sounds good to me 🙏

thanks @simouel