Changes between Version 1 and Version 2 of Help/CommandLineOptions


Ignore:
Timestamp:
Jan 11, 2010 4:32:54 PM (3 years ago)
Author:
bomm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/CommandLineOptions

    v1 v2  
    1111[--download=]<filename>                   Open file (any file type that can be opened with File/Open) 
    1212--downloadgps=minlat,minlon,maxlat,maxlon Download the bounding box as raw gps 
     13--downloadgps=<url>                       Download the location at the url (with lat=x&lon=y&zoom=z) as raw gps 
    1314--selection=<searchstring>                Select with the given search 
    1415--[no-]maximize                           Launch in maximized mode 
     
    3536}}} 
    3637 
    37 Parameters are read in the order they are specified, so make sure you load 
    38 some data before --selection 
     38Parameters --download, --downloadgps and --selection are processed in this order. 
     39Make sure you load some data if you use --selection. 
    3940 
    40  
    41 Note: Currently you can also specify {{{<url>}}} or {{{<filename>}}} arguments to {{{--downloadgps}}}. In this case it is the same as {{{--download}}}. This is not a supported usage and may be illegal in future versions. 
    42