diff --git a/planetiler-custommap/README.md b/planetiler-custommap/README.md index f62d2808..719d39ae 100644 --- a/planetiler-custommap/README.md +++ b/planetiler-custommap/README.md @@ -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