LinuxCommandLibrary

josm

java OpenStreetMap Editor, a feature-rich desktop application for editing

TLDR

Launch JOSM editor

$ josm
copy
Open OSM file
$ josm [file.osm]
copy
Download area by bounding box
$ josm --download=[minlat],[minlon],[maxlat],[maxlon]
copy
Start in offline mode
$ josm --offline=all
copy
Set window geometry
$ josm --geometry=[800]x[600]+[100]+[100]
copy

SYNOPSIS

josm [options] [file...]

DESCRIPTION

josm is the Java OpenStreetMap Editor, a feature-rich desktop application for editing OpenStreetMap data. It supports loading and saving OSM data files, GPS tracks, imagery layers, and provides advanced editing tools for mapping.

PARAMETERS

--download=bounds

Download bounding box (minlat,minlon,maxlat,maxlon).
--downloadgps=bounds
Download GPS traces for area.
--offline=mode
Start in offline mode (osmapi, josmwebsite, all).
--geometry=WxH+X+Y
Set window size and position.
--language=lang
Set interface language.
--selection=query
Select objects matching search.
--version
Display version information.

SEE ALSO

osmium(1), osm2pgsql(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community