Add option description for tile command.

This commit is contained in:
Sergey Vartanov 2021-08-03 02:54:06 +03:00
parent 51cab3d7d3
commit c1bc751ded
2 changed files with 11 additions and 0 deletions

View file

@ -164,6 +164,15 @@ Tile generation
Command: `tile`.
| Option | Description |
|---|---|
| `-h`, `--help` | show this help message and exit |
| `-c`, `--coordinates` | coordinates of any location inside the tile |
| `-s`, `--scale` | OSM zoom level, default value: `18` |
| `-t`, `--tile` | tile specification |
| `--cache` | path for temporary OSM files, default value: `cache` |
```bash
python roentgen.py tile \
-c ${LATITUDE},${LONGITUDE} \

View file

@ -191,6 +191,8 @@ Example\:
Command\: \m {tile}.
\options {tile}
\code {python roentgen.py tile \\
-c $\{LATITUDE\},$\{LONGITUDE\} \\
-s $\{OSM_ZOOM_LEVEL\}} {bash}