PM-Tiles vs PBF-Tiles Comparison #189
-
Hello all, I am making this issue, as I would like your valuable opinion on the following matter. So far, for making a basemap (not relying on a 3rd party API), we have to worry about provisioning a server, scaling it, maintaning it, and all the fun that comes with it (like in the case of MBTiles). However, there are two alternative ways, that I would consider. One is to use protomaps, the so called PMTiles, which essentially is a simple blob that the frontend will download (only desired parts) and render directly in the browser. The other suggestion would be to use tippecanoe with the So my question would be: Has anyone experience with both of these methods for deploying a scalable basemap and/or is there any other suggestion that could be considered efficient in terms of serving a basemap without the need of a server? Thanks in advance for your valuable time. Best Regards, Filippos |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The question about using PMTiles as a container format instead of hosting raw tiles in a directory is addressed here: https://protomaps.com/docs/faq#why-not-store-individual-tiles-on-s3 |
Beta Was this translation helpful? Give feedback.
The question about using PMTiles as a container format instead of hosting raw tiles in a directory is addressed here:
https://protomaps.com/docs/faq#why-not-store-individual-tiles-on-s3