Skip to content

Commit ae9321d

Browse files
authoredSep 18, 2016
Clarify format of --geometry in README
closes #22
1 parent 79121ad commit ae9321d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ backend:
7979
Use specific map backend, supported: *sqlite3*, *leveldb*, *redis*, e.g. ``--backend leveldb``
8080

8181
geometry:
82-
Limit area to specific geometry, e.g. ``--geometry -800:-800+1600+1600``
82+
Limit area to specific geometry (*x:y+w+h* where x and y specify the lower left corner), e.g. ``--geometry -800:-800+1600+1600``
8383

8484
zoom:
8585
"Zoom" the image by using more than one pixel per node, e.g. ``--zoom 4``

0 commit comments

Comments
 (0)
Please sign in to comment.