Forrest logo
back to context overview

josm

List of commands for josm:

  • josm:tldr:06649 josm: Launch JOSM without plugins.
    $ josm --skip-plugins
    try on your machine
    explain this command
  • josm:tldr:2e578 josm: Launch JOSM and download a specific bounding box as raw GPS.
    $ josm --downloadgps ${minlat,minlon,maxlat,maxlon}
    try on your machine
    explain this command
  • josm:tldr:4ec1d josm: Launch JOSM and reset all preferences to their default values.
    $ josm --reset-preferences
    try on your machine
    explain this command
  • josm:tldr:5eafd josm: Launch JOSM and set a specific language.
    $ josm --language ${de}
    try on your machine
    explain this command
  • josm:tldr:61fd6 josm: Launch JOSM and download a specific bounding box.
    $ josm --download ${minlat,minlon,maxlat,maxlon}
    try on your machine
    explain this command
  • josm:tldr:ea080 josm: Launch JOSM in maximized mode.
    $ josm --maximize
    try on your machine
    explain this command
  • josm:tldr:fdfe7 josm: Launch JOSM.
    $ josm
    try on your machine
    explain this command
back to context overview