Changes between Version 1 and Version 2 of Help/CommandLineOptions
- Timestamp:
- 2010-01-11T16:32:54+01:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/CommandLineOptions
v1 v2 11 11 [--download=]<filename> Open file (any file type that can be opened with File/Open) 12 12 --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 13 14 --selection=<searchstring> Select with the given search 14 15 --[no-]maximize Launch in maximized mode … … 35 36 }}} 36 37 37 Parameters are read in the order they are specified, so make sure you load38 some data before --selection38 Parameters --download, --downloadgps and --selection are processed in this order. 39 Make sure you load some data if you use --selection. 39 40 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