Scroll to navigation

JOSM(1) General Commands Manual JOSM(1)

NAME

josm - Java OpenStreetMap Editor

SYNOPSIS

josm

DESCRIPTION

JOSMis an editor for OpenStreetMap written in Java 8.

OpenStreetMapis a project aimed squarely at creating and providing free geographic data such as street maps to anyonewho wants them. It allows you to view, edit and use geographical data in a collaborative way fromanywhere on earth.The project was started because most maps you think of as free actually have legal or technicalrestrictions on their use, holding back people from using them in creative, productive or unexpectedways.

OPTIONS

Show help
Standard X geometry argument
[--download=]minlat,minlon,maxlat,maxlon
Download the bounding box
[--download=]<url>
Download the location at the url (with lat=x&lon=y&zoom=z)
[--download=]<filename>
Open file (any file type that can be opened with File/Open)
Download the bounding box as raw gps
Select with the given search
--[no-]maximize
Do [not] launch in maximized mode
Reset the preferences to the default
Change preferences according to the XML file
Set preference key to value
Set the language
Display the JOSM version
Show status report with useful information that can be attached to bugs
Print debugging messages to console
Disable access to the given resource(s), separated by comma

FILES

JOSM files are saved according to the XDG Base Directory Specification:

$HOME/.config/JOSM
Preferences
$HOME/.local/share/JOSM
User data
$HOME/.cache/JOSM
Cache

JAVAPROPERTIES

The following options can be set by using Java system properties (i.e. -Dkey=valuepassed to java, or specified inside JAVA_OPTS).

Set the JOSM preferences directory.
Set the JOSM user data directory.
Set the JOSM cache directory.
Relocate all 3 directories to homedir. Cache directory will be in <homedir>/cache.
Change the JOSM directory name.

ENVIRONMENT

Specify an alternate Java environment.
Specify Java options.For example, to use a HTTP proxy server with this program, set this environment variableto something likeJAVA_OPTS="-Dhttp.proxyHost=yourProxyURL"before starting josm.

AUTHOR

JOSM was originally designed and coded by Immanuel Scholz,and is now maintained by the OpenStreetMap community.

The current JOSM maintainer is Dirk Stöcker.A lot of administration work is done by Paul Hartmann and Vincent Privat.

Major code contributions from (in alphabetical order):

Stefan BreunigDavid EarlGabriel EbnerDave HansenPaul HartmannKarl GuggisbergMatthias JuliusAlexei KasatkinJiri KlementUlf LampingSimon LegnerRaphael MackUpliner MikhalychVincent PrivatFrederik RammDirk Stöcker

Many minor contributions and patches by others; see SVN historyat https://josm.openstreetmap.de/svn/ for details. Use"josm-dev AT openstreetmap.org" to contact still active authors.The logo has been designed by Ilya Palikov.

This manual page was initially written by Andreas Putzo <andreas@putzo.net>,for the Debian project (but may be used by others).

March 22, 2021