Does Terracotta support serving non Web Mercator tiles?
I tried to change _TARGET_CRS: str = "epsg:3857" and target_crs: str = "epsg:3857", to use "epsg:4326" for the Equirectangular projection. It doesn't throw an error, but I'm getting blank map tiles. Am I doing something wrong or was Terracotta not meant to be used this way?
It would also be nice to have a setting to easily change this in the config.py
Does Terracotta support serving non Web Mercator tiles?
I tried to change _TARGET_CRS: str = "epsg:3857" and target_crs: str = "epsg:3857", to use "epsg:4326" for the Equirectangular projection. It doesn't throw an error, but I'm getting blank map tiles. Am I doing something wrong or was Terracotta not meant to be used this way?
It would also be nice to have a setting to easily change this in the config.py