mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 00:29:53 +02:00
Issue #69: fix tile scale.
This commit is contained in:
parent
9015cbe6b3
commit
e3fa142860
3 changed files with 173 additions and 166 deletions
|
@ -205,7 +205,7 @@ or specify any geographical coordinates inside a tile\:
|
|||
--coordinates $\{LATITUDE\},$\{LONGITUDE\} \\
|
||||
--scale $\{OSM_ZOOM_LEVEL\}} {bash}
|
||||
|
||||
Tile will be stored as SVG file \m {out/tiles/tile_<zoom level>_<x>_<y>.svg} and PNG file \m {out/tiles/tile_<zoom level>_<x>_<y>.svg}, where \m {x} and \m {y} are tile coordinates.
|
||||
Tile will be stored as SVG file \m {out/tiles/tile_<zoom level>_<x>_<y>.svg} and PNG file \m {out/tiles/tile_<zoom level>_<x>_<y>.svg}, where \m {x} and \m {y} are tile coordinates. \m {--scale} option will be ignored if it is used with \m {--tile} option.
|
||||
|
||||
Example\:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue