Changes between Version 45 and Version 46 of Help/CommandLineOptions


Ignore:
Timestamp:
2021-03-22T19:39:27+01:00 (4 years ago)
Author:
simon04
Comment:

#20647r17637

Legend:

Unmodified
Added
Removed
Modified
  • Help/CommandLineOptions

    v45 v46  
    5454        --geometry=widthxheight(+|-)x(+|-)y       Standard unix geometry argument
    5555        [--download=]minlat,minlon,maxlat,maxlon  Download the bounding box
    56         [--download=]<URL>                        Download the location at the OSM-style URL
    57         [--download=]<filename>                   Open a file (any type suitable for File/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)
    5858        --downloadgps=minlat,minlon,maxlat,maxlon Download the bounding box as raw GPS
    59         --downloadgps=<URL>                       Download the location at the URL as raw GPS
     59        --downloadgps=<URL>                       Download the location at the URL (with lat=x&lon=y&zoom=z) as raw GPS
    6060        --selection=<searchstring>                Select with the given search
    6161        --[no-]maximize                           Launch in maximised mode
     
    7070        --version                                 Displays the JOSM version and exits
    7171
    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
    7375
    7476        --skip-plugins                            Skip loading plugins
     77
    7578
    7679        --offline=<OSM_API|JOSM_WEBSITE|CACHE_UPDATES|CERTIFICATES|ALL>