Skip to content

Commit

Permalink
Improve docs for generating custom vector tiles with a schema yaml (#622
Browse files Browse the repository at this point in the history
)
  • Loading branch information
zhibek authored Jul 13, 2023
1 parent fe922ca commit a4ea44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions planetiler-custommap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ file as the first argument:

```bash
# from a java build
java -jar planetiler.jar schema.yml
java -jar planetiler.jar generate-custom --schema=schema.yml
# or with docker (put the schema in data/schema.yml to include in the attached volume)
docker run -v "$(pwd)/data":/data ghcr.io/onthegomap/planetiler:latest /data/schema.yml
docker run -v "$(pwd)/data":/data ghcr.io/onthegomap/planetiler:latest generate-custom --schema=/data/schema.yml
```

Schema files are in [YAML 1.2](https://yaml.org) format and support [anchors and aliases](#anchors-and-aliases) for
Expand Down

0 comments on commit a4ea44f

Please sign in to comment.