mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-29 02:08:03 +02:00
Add option description for tile command.
This commit is contained in:
parent
51cab3d7d3
commit
c1bc751ded
2 changed files with 11 additions and 0 deletions
|
@ -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} \
|
||||
|
|
|
@ -191,6 +191,8 @@ Example\:
|
|||
|
||||
Command\: \m {tile}.
|
||||
|
||||
\options {tile}
|
||||
|
||||
\code {python roentgen.py tile \\
|
||||
-c $\{LATITUDE\},$\{LONGITUDE\} \\
|
||||
-s $\{OSM_ZOOM_LEVEL\}} {bash}
|
||||
|
|
Loading…
Add table
Reference in a new issue