Add details to map generation instructions

Signed-off-by: zyphlar <zyphlar@noreply.codeberg.org>
This commit is contained in:
zyphlar
2025-07-16 08:23:36 +02:00
parent b632aa00e3
commit cbb4557856

View File

@@ -68,7 +68,7 @@ python -m maps_generator --countries="Macedonia" --skip="Coastline"
It's possible to skip coastlines for countries that have a sea coast too, but the sea water will not be rendered in that case. It's possible to skip coastlines for countries that have a sea coast too, but the sea water will not be rendered in that case.
Make sure that requested countries are contained in your planet dump file indeed. Filenames in `data/borders/` (without the `.poly` extension) represent all valid country names. Make sure that you specify country names that are actually contained in your pbf file, or you'll get errors in the next step. Check the filenames in the `data/borders/` folder (without the `.poly` extension) for a list of all valid country names. For example, New York City is in `US_New York_New_York` and all of England (minus Ireland, Scotland, and Wales) can be generated by specifying `UK_England_*`.
To see other possible command-line options: To see other possible command-line options:
```sh ```sh