Nothing is being rendered #2191
-
Hey y'all! Trying to get my new tile server started, and I've hit a weird snag. The tileserver seems to be responding with tiles correctly, but when MapLibre attempts to render it, all it generates is a tan background. I can see it making the requests correctly, and it isn't logging any errors, so I'm kind of stumped on what the issue might be... I initially thought it had something to do with me choosing invalid coordinates, since I only generated tiles for Denmark, but whether I set it to coordinates within Denmark, or just plain Anyone have any ideas what I might be missing? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 12 replies
-
maplibre doesn't support |
Beta Was this translation helpful? Give feedback.
-
The tiles your tileserver serves, appear to be empty: Your issue seems to be the tile generation. |
Beta Was this translation helpful? Give feedback.
-
I don't have any experience with the Cloudfare Adapter, but I am using https://github.com/protomaps/PMTiles/blob/main/js/examples/maplibre.html without problems. |
Beta Was this translation helpful? Give feedback.
-
see attached file for a simple example that works with your provided pmfile: |
Beta Was this translation helpful? Give feedback.
see attached file for a simple example that works with your provided pmfile:
test_goalastair.zip