From 79d5f801d24771711380cb8b9a291417e05d0904 Mon Sep 17 00:00:00 2001 From: Miel Truyen Date: Sun, 31 May 2020 20:09:32 +0200 Subject: [PATCH] Use 8081 because 8080 is overused --- Makefile | 2 +- QUICKSTART.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1a37f0b..1cb9cc5 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ PBF_FILE?= PPORT?=8090 export PPORT # Local port to use with tileserver -TPORT?=8080 +TPORT?=8081 export TPORT # Allow a custom docker-compose project name diff --git a/QUICKSTART.md b/QUICKSTART.md index a8b5f9d..7947d2c 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -379,7 +379,7 @@ and the generated maps are going to be available in browser on [localhost:8090/t start: * ` make start-tileserver` -and the generated maps are going to be available in webbrowser on [localhost:8080](http://localhost:8080/). +and the generated maps are going to be available in webbrowser on [localhost:8081](http://localhost:8081/). This is only a quick preview, because your mbtiles only generated to zoom level 7 ! @@ -415,7 +415,7 @@ Hints for testing areas Hints for designers: make start-postserve # start Postserver + Maputnik Editor [ see localhost:8088 ] - make start-tileserver # start maptiler/tileserver-gl [ see localhost:8080 ] + make start-tileserver # start maptiler/tileserver-gl [ see localhost:8081 ] Hints for developers: make # build source code