How do I access the tiles from the server? #58
hadjiprocopis
started this conversation in
General
Replies: 1 comment
-
|
The OSM tiles are not pre-rendered raster tiles, but vector tiles. The style object is quite complex, since it uses over 200 layers (streets, bridges, tunnels, bridges over tunnels, tunnels over bridges , ...). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have followed your guide on how to setup the server with OpenStreetMap tiles, and finally I run it with:
Great!
Now, what is the endpoint for getting the tiles out?
I tried these:
P.s. note that my tiles are restricted within a bounding box. I use this html to test also:
Beta Was this translation helpful? Give feedback.
All reactions