hummeltech left a comment (openstreetmap/mod_tile#432)
@cagelight , you will need to reproject your GeoTIFF files to `EPSG:3857`
because `EPSG:4326` is not a supported projection in `mod_tile`:
https://github.com/openstreetmap/mod_tile/blob/e8ac8f15d3f4d49e312acec4f674cfbb7562a84e/src/gen_tile.cpp#L115-L151
Here's a command to do so (adapted from [here](
https://tilemill-project.github.io/tilemill/docs/guides/reprojecting-geotiff/):
```shell
$ gdalwarp -s_srs EPSG:4326 -t_srs EPSG:3857 -r bilinear -te -20037508.34
-20037508.34 20037508.34 20037508.3 NE2_50M_SR.tif NE2_50M_SR_web.tif
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/432#issuecomment-2906887787
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/mod_tile/issues/432/[email protected]>
_______________________________________________
Tile-serving mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/tile-serving