limestone

A KDE marble commandline interface.
git clone git://r-36.net/limestone
Log | Files | Refs | README | LICENSE

limestone.1 (1780B)


      1 .TH LIMESTONE 1 limestone\-VERSION
      2 .SH NAME
      3 limestone \- marble commandline interface
      4 .SH SYNOPSIS
      5 .B limestone
      6 .RB [ \-h ]
      7 .RB [ \-k
      8 .IR datafile ]
      9 .RB [ \-p
     10 .IR position ]
     11 .RB [ \-s
     12 .IR stylestring ]
     13 .RB [ \-t
     14 .IR theme ]
     15 .RB [ \-v ]
     16 .RB [ \-w
     17 .IR windowid ]
     18 .RB [ \-z
     19 .IR zoomlevel ]
     20 .IR [ URI ]
     21 .SH DESCRIPTION
     22 .B limestone
     23 is a commandline interface to KDE marble.
     24 .SH ARGUMENTS
     25 When run with one argument limestone tries to interpret that URI. The
     26 .I geo
     27 and
     28 .I worldview
     29 URI scheme is supported.
     30 .SH OPTIONS
     31 .TP
     32 .BI \-k " datafile"
     33 will open the
     34 .I datafile
     35 overlay in the opened window. This file can be any file format marble supports
     36 to be displayed (KML, OSM, SHP, GPX, ...).
     37 .TP
     38 .BI \-p " position"
     39 will open the map at
     40 .I position.
     41 It should be in the form of "lat,lon[,alt]" and in decimal degree.
     42 .TP
     43 .BI \-s " stylestring"
     44 defines the style you want for the map. Upper case letters are activating and
     45 lower case letters deactivating an option. For example "GabC" will activate
     46 the grid, deactivate the atmosphere, deactivate borders and activate the
     47 compass. See the source for further options. They might change with API
     48 changes in KDE marble.
     49 .TP
     50 .BI \-t " theme"
     51 defines the map
     52 .I theme
     53 to use. (The default is "earth/googlemaps/googlemaps.dgml" and is relative to
     54 $HOME/.local/marble/maps.)
     55 .TP
     56 .BI \-w " windowid"
     57 embeds limestone within the window identified by 
     58 .I windowid
     59 .TP
     60 .BI \-z " zoomlevel"
     61 sets the
     62 .I zoomlevel.
     63 A reasonable level and default is 2200. 1000 is the world view.
     64 .TP
     65 .B \-v and \-h
     66 print version and usage information to stderr, then exit.
     67 .SH AUTHORS
     68 See the LICENSE file for the authors.
     69 .SH LICENSE
     70 See the LICENSE file for the terms of redistribution.
     71 .SH SEE ALSO
     72 .BR marble (1)
     73 .SH BUGS
     74 See the TODO file in the distribution.
     75