-
-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self hosting #472
Comments
the PMTiles viewer is designed for client-side decoding, if you are running but I understand it may be convenient to view those: #286
What information would be helpful in addition to these? https://docs.protomaps.com/pmtiles/cli#serve |
Thank you for your time and quick answer. I guess once we use the command For example, I tried maputnik but I can't do much, I tried to open various URL on my self-hosted and then from protomaps api, they all fail. https://api.protomaps.com/tiles/v3.json?key=with_my_key
https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=with_my_key I also tried to use |
You need to add it as a TileJSON (vector) source did you allow the CORS origin https://maplibre.org ?
PMTiles only stores one tile type, if you store vector data you need to fetch vector data. |
Hello, protomaps looks an amazing project but when it comes to self-hosting without using a listed provider or caddy there is not so much informations.
After using the command
pmtiles serve
and then trying to load the URL into pmtiles viewer it doesn't display anything (offset is outside the bounds of the DataView
) while my logs display :From pmtiles viewer I've tried, I'm serving
--cors="*" 20241004.pmtiles
:The text was updated successfully, but these errors were encountered: