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.
pull/338/head
Hidenori FUJIMURA 2017-10-19 22:10:12 -04:00 zatwierdzone przez stirringhalo
rodzic 2b2051c085
commit a334d5a0c1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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