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.
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.
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/