From 14e9ae66abecaa574105815a2640ccbc40efd358 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Tue, 1 Nov 2022 14:04:21 +0100 Subject: [PATCH] removed numbering from headlines --- map/README.md | 4 ++-- server/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/map/README.md b/map/README.md index f1a146762..f82080cee 100644 --- a/map/README.md +++ b/map/README.md @@ -29,7 +29,7 @@ docker run -it -e JAVA_TOOL_OPTIONS="-Xmx10g" -v "$(pwd)/map":/data ghcr.io/onth For `planet`, you might want to increase the `--Xmx` parameter to 20GB. For 128GB of RAM or more you will want to use `--storage=ram` instead of `--storage=mmap`. -### 1. serve the tileset +### Serve the tileset After generating `output.mbtiles` you can serve it with a tileserver. We use [tileserver-gl](https://github.com/maptiler/tileserver-gl) for this, but there are other ones out there. @@ -41,7 +41,7 @@ From the root of the repository, run: docker run --rm -it -v $(pwd)/map:/data -p 7770:80 maptiler/tileserver-gl ``` -### 2. Edit the style +### Edit the style For editing the style we use [Maputnik](https://github.com/maputnik/editor). It is a web-based editor for Mapbox styles. diff --git a/server/README.md b/server/README.md index 925015ef5..c311f5cdd 100644 --- a/server/README.md +++ b/server/README.md @@ -22,7 +22,7 @@ so that you don't need to copy on every update: ln -s ../data/output data ``` -### 2. Starting the server +### Starting the server Run