Vector Tiles support? #945
-
Hey! Do you plan on supporting vector tiles like .mvt, .mbtiles, .pbf files? Thx, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
TiTiler focuses only on Raster dataset. For For |
Beta Was this translation helpful? Give feedback.
Hi @FrancoisDuquesne
TiTiler focuses only on Raster dataset.
For
mvt
orpbf
you do not need a complex solution like titiler because it's just a matter of serving files from a storage (e.g AWS S3 + cloudfront will be more than enough).For
mbtiles
you'll need to have something between your client application and youmbtile
file. There are multiple solution that exist for this.... but I will encourage you to look atPMTILES
which seems to be the newdefault
format for storing files in one archive