snippetbashTip
josm — Extensible OpenStreetMap editor for Java 8+. More information: <https://manned.org/josm>.
Viewed 0 times
openstreetmapeditorcommandextensiblejosmclijavafor
Problem
How to use the
josm command: Extensible OpenStreetMap editor for Java 8+. More information: <https://manned.org/josm>.Solution
josm — Extensible OpenStreetMap editor for Java 8+. More information: <https://manned.org/josm>.Launch JOSM:
josmLaunch JOSM in maximized mode:
josm --maximizeLaunch JOSM and set a specific language:
josm --language {{de}}Launch JOSM and reset all preferences to their default values:
josm --reset-preferencesLaunch JOSM and download a specific bounding box:
josm --download {{minlat,minlon,maxlat,maxlon}}Launch JOSM and download a specific bounding box as raw GPS:
josm --downloadgps {{minlat,minlon,maxlat,maxlon}}Launch JOSM without plugins:
josm --skip-pluginsCode Snippets
Launch JOSM
josmLaunch JOSM in maximized mode
josm --maximizeLaunch JOSM and set a specific language
josm --language {{de}}Launch JOSM and reset all preferences to their default values
josm --reset-preferencesLaunch JOSM and download a specific bounding box
josm --download {{minlat,minlon,maxlat,maxlon}}Context
tldr-pages: common/josm
Revisions (0)
No revisions yet.