Improve docs for generating custom vector tiles with a schema yaml (#622)

pull/627/head
John Levermore 2023-07-13 12:54:24 +01:00 zatwierdzone przez GitHub
rodzic fe922cac53
commit a4ea44f182
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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