Files
tldr/pages.zh/common/josm.md

32 lines
653 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# josm
> 可扩展的 OpenStreetMap 编辑器,适用于 Java 8 及以上版本。
> 更多信息:<https://josm.openstreetmap.de/>。
- 启动 JOSM
`josm`
- 以最大化模式启动 JOSM
`josm --maximize`
- 启动 JOSM 并设置特定语言:
`josm --language {{de}}`
- 启动 JOSM 并将所有偏好设置重置为默认值:
`josm --reset-preferences`
- 启动 JOSM 并下载特定的边界框:
`josm --download {{minlat,minlon,maxlat,maxlon}}`
- 启动 JOSM 并下载特定的边界框作为原始 GPS 数据:
`josm --downloadgps {{minlat,minlon,maxlat,maxlon}}`
- 启动 JOSM 时不加载插件:
`josm --skip-plugins`