
josm
List of commands for josm:
-
josm:tldr:06649 josm: Launch JOSM without plugins.$ josm --skip-pluginstry on your machineexplain 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 machineexplain this command
-
josm:tldr:4ec1d josm: Launch JOSM and reset all preferences to their default values.$ josm --reset-preferencestry on your machineexplain this command
-
josm:tldr:5eafd josm: Launch JOSM and set a specific language.$ josm --language ${de}try on your machineexplain this command
-
josm:tldr:61fd6 josm: Launch JOSM and download a specific bounding box.$ josm --download ${minlat,minlon,maxlat,maxlon}try on your machineexplain this command
-
josm:tldr:ea080 josm: Launch JOSM in maximized mode.$ josm --maximizetry on your machineexplain this command