Changes between Version 7 and Version 8 of Help/CommandLineOptions


Ignore:
Timestamp:
2012-04-30T16:20:58+02:00 (14 years ago)
Author:
AM909
Comment:

Minor caps, punc, etc.

Legend:

Unmodified
Added
Removed
Modified
  • Help/CommandLineOptions

    v7 v8  
    1010--geometry=widthxheight(+|-)x(+|-)y       Standard unix geometry argument
    1111[--download=]minlat,minlon,maxlat,maxlon  Download the bounding box
    12 [--download=]<url>                        Download the location at the url (with lat=x&lon=y&zoom=z)
     12[--download=]<URL>                        Download the location at the URL (with lat=x&lon=y&zoom=z)
    1313[--download=]<filename>                   Open file (any file type that can be opened with File/Open)
    14 --downloadgps=minlat,minlon,maxlat,maxlon Download the bounding box as raw gps
    15 --downloadgps=<url>                       Download the location at the url (with lat=x&lon=y&zoom=z) as raw gps
     14--downloadgps=minlat,minlon,maxlat,maxlon Download the bounding box as raw GPS
     15--downloadgps=<URL>                       Download the location at the URL (with lat=x&lon=y&zoom=z) as raw GPS
    1616--selection=<searchstring>                Select with the given search
    1717--[no-]maximize                           Launch in maximized mode
     
    1919--language=<language>                     Set the language
    2020--set=<preference_name>=<value>           Set preference to value
    21 --version                                 Displays the JOSM version and exists
     21--version                                 Displays the JOSM version and exits
    2222}}}
    2323options provided as Java system properties
    2424{{{
    25 -Djosm.home=/PATH/TO/JOSM/FOLDER/         Change the folder for all user settings
     25-Djosm.home=/path/to/JOSM/folder/         Change the folder for all user settings
    2626}}}
    27 For some tasks, JOSM needs a lot of memory. It can be necessary to add the following Java option to specify the maximum size of allocated memory in megabytes, on the other hand on slow systems, you can get JOSM to run stable through restricting the memory use:
     27For some tasks, JOSM needs a lot of memory. It can be necessary to add the following Java option to specify the maximum size of allocated memory in megabytes. On the other hand, on slow systems or those with less memory, you can make JOSM more stable by restricting its memory use:
    2828{{{
    29 -Xmx...m                                  Set maximum Java heap size in megabyte
     29-Xmx...m                                  Set maximum Java heap size in megabytes
    3030}}}
    3131