Skip to content

Commit

Permalink
removed numbering from headlines
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 1, 2022
1 parent 92e61b1 commit 14e9ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 14e9ae6

Please sign in to comment.