Changes between Version 45 and Version 46 of Help/CommandLineOptions
- Timestamp:
- 2021-03-22T19:39:27+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/CommandLineOptions
v45 v46 54 54 --geometry=widthxheight(+|-)x(+|-)y Standard unix geometry argument 55 55 [--download=]minlat,minlon,maxlat,maxlon Download the bounding box 56 [--download=]<URL> Download the location at the OSM-style URL57 [--download=]<filename> Open a file (any type suitable forFile/Open)56 [--download=]<URL> Download the location at the URL (with lat=x&lon=y&zoom=z) 57 [--download=]<filename> Open a file (any file type that can be opened with File/Open) 58 58 --downloadgps=minlat,minlon,maxlat,maxlon Download the bounding box as raw GPS 59 --downloadgps=<URL> Download the location at the URL as raw GPS59 --downloadgps=<URL> Download the location at the URL (with lat=x&lon=y&zoom=z) as raw GPS 60 60 --selection=<searchstring> Select with the given search 61 61 --[no-]maximize Launch in maximised mode … … 70 70 --version Displays the JOSM version and exits 71 71 72 --debug Print debug info on Mapview and stdout (console) 72 --status-report Show status report with useful information that can be attached to bugs 73 74 --debug Print debugging messages to console 73 75 74 76 --skip-plugins Skip loading plugins 77 75 78 76 79 --offline=<OSM_API|JOSM_WEBSITE|CACHE_UPDATES|CERTIFICATES|ALL>