mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Add details to map generation instructions
Signed-off-by: zyphlar <zyphlar@noreply.codeberg.org>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user