From a334d5a0c1c0edb0c6a498ea9db1fcc16bd78a51 Mon Sep 17 00:00:00 2001 From: Hidenori FUJIMURA Date: Thu, 19 Oct 2017 22:10:12 -0400 Subject: [PATCH] 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. --- QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index 873642d..5a98a34 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -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