commit 4b97facdcdc9e8f09dd65c2eaf3307d7231bdd06
parent 624fc093e466f3212c86b43c5c075d4dab4e7cb2
Author: Christoph Lohmann <20h@r-36.net>
Date: Thu, 23 Oct 2014 16:38:22 +0200
Correcting the definition of a position.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/limestone.1 b/limestone.1
@@ -38,7 +38,7 @@ to be displayed (KML, OSM, SHP, GPX, ...).
.BI \-p " position"
will open the map at
.I position.
-It should be in the form of "lat,lon[,alt]".
+It should be in the form of "lon,lat[,alt]" and in decimal degree.
.TP
.BI \-s " stylestring"
defines the style you want for the map. Upper case letters are activating and
diff --git a/limestone.cpp b/limestone.cpp
@@ -149,7 +149,7 @@ usage(void)
{
fprintf(stderr, "usage: %s [-h] "\
"[-k datafile] "\
- "[-p lat,lon[,alt]] "\
+ "[-p lon,lat[,alt]] "\
"[-s stylestring] "\
"[-t theme] "\
"[-w winid] "\