Fix tile URL served from postserve (#333)
Fix the tile URL as coded at https://github.com/openmaptiles/postserve/blob/master/server.py#L97 . The tiles are served under /tiles from a postserve instance. I checked this using the actual running instance.
This commit is contained in:
parent
2b2051c085
commit
a334d5a0c1
@ -373,7 +373,7 @@ mv my.osm.pbf data/
|
|||||||
|
|
||||||
### Check postserve
|
### Check postserve
|
||||||
* ` docker-compose up -d postserve`
|
* ` docker-compose up -d postserve`
|
||||||
and the generated maps are going to be available in browser on [localhost:8090/0/0/0.pbf](http://localhost:8090/0/0/0.pbf).
|
and the generated maps are going to be available in browser on [localhost:8090/tiles/0/0/0.pbf](http://localhost:8090/tiles/0/0/0.pbf).
|
||||||
|
|
||||||
### Check tileserver
|
### Check tileserver
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user