1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-07 14:25:20 +02:00

Add an option to get the extent of the map.

This commit is contained in:
Martijn Versteegh
2018-10-20 17:40:01 +02:00
committed by sfan5
parent 48d9e0bb42
commit 8e8cc3d1f2
5 changed files with 39 additions and 1 deletions

View File

@@ -72,6 +72,10 @@ Use specific map backend; supported: *sqlite3*, *leveldb*, *redis*, *postgresql*
.BR \-\-geometry " " \fIgeometry\fR
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"
.TP
.BR \-\-extent " " \fIextent\fR
Dont render the image, just print the extent of the map that would be generated, in the same format as the geometry above.
.TP
.BR \-\-zoom " " \fIfactor\fR
Zoom the image by using more than one pixel per node, e.g. "--zoom 4"