Changes between Version 7 and Version 8 of Help/CommandLineOptions
- Timestamp:
- 2012-04-30T16:20:58+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/CommandLineOptions
v7 v8 10 10 --geometry=widthxheight(+|-)x(+|-)y Standard unix geometry argument 11 11 [--download=]minlat,minlon,maxlat,maxlon Download the bounding box 12 [--download=]< url> Download the location at theurl(with lat=x&lon=y&zoom=z)12 [--download=]<URL> Download the location at the URL (with lat=x&lon=y&zoom=z) 13 13 [--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 gps15 --downloadgps=< url> Download the location at theurl(with lat=x&lon=y&zoom=z) as rawgps14 --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 16 16 --selection=<searchstring> Select with the given search 17 17 --[no-]maximize Launch in maximized mode … … 19 19 --language=<language> Set the language 20 20 --set=<preference_name>=<value> Set preference to value 21 --version Displays the JOSM version and exi sts21 --version Displays the JOSM version and exits 22 22 }}} 23 23 options provided as Java system properties 24 24 {{{ 25 -Djosm.home=/ PATH/TO/JOSM/FOLDER/ Change the folder for all user settings25 -Djosm.home=/path/to/JOSM/folder/ Change the folder for all user settings 26 26 }}} 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 thememory use: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 or those with less memory, you can make JOSM more stable by restricting its memory use: 28 28 {{{ 29 -Xmx...m Set maximum Java heap size in megabyte 29 -Xmx...m Set maximum Java heap size in megabytes 30 30 }}} 31 31
