1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 17:55:24 +02:00
tldr/pages/common/josm.md
Managor 36735f324a
common*: refresh old pages part 8 (#16293)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2025-05-03 05:57:20 +03:00

32 lines
620 B
Markdown

# josm
> Extensible OpenStreetMap editor for Java 8+.
> More information: <https://manned.org/josm>.
- Launch JOSM:
`josm`
- Launch JOSM in maximized mode:
`josm --maximize`
- Launch JOSM and set a specific language:
`josm --language {{de}}`
- Launch JOSM and reset all preferences to their default values:
`josm --reset-preferences`
- Launch 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-plugins`