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:
Hidenori FUJIMURA 2017-10-19 22:10:12 -04:00 committed by stirringhalo
parent 2b2051c085
commit a334d5a0c1

View File

@ -373,7 +373,7 @@ mv my.osm.pbf data/
### Check 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