Is TiTiler a good choise for my requirements? #1200
-
| Hello! I would like to use COG files that never change as a tile source for my Deck.GL app. I was thinking of using TiTiler to parse the COGs and return image tiles on demand. I would put this behind a CDN as the COGs never change. Is this a good use case for TiTiler? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by vincentsarago Aug 5, 2025
Replies: 1 comment 3 replies
-
| Hi @mohadib Does your rendering option would need to change over time? would you want to support multiple TileMatrixSet (projection, other than WebMercator)? If you're COG would never change nor the way you create the tiles, TBH you might have better results using PMTiles https://docs.protomaps.com/pmtiles/ |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by mohadib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Hi @mohadib
Does your rendering option would need to change over time? would you want to support multiple TileMatrixSet (projection, other than WebMercator)?
If you're COG would never change nor the way you create the tiles, TBH you might have better results using PMTiles https://docs.protomaps.com/pmtiles/