Blob Blame History Raw
.TH JOSM 1 "September  8, 2007"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
josm \- Java OpenStreetMap Editor
.SH SYNOPSIS
.B josm
.SH DESCRIPTION
.B josm 
is an editor for OpenStreetMap written in Java 1.5. 
.PP
.B OpenStreetMap 
is a project aimed squarely at creating and providing free geographic data such as street maps to anyone
who wants them. It allows you to view, edit and use geographical data in a collaborative way from 
anywhere on earth.
The project was started because most maps you think of as free actually have legal or technical 
restrictions on their use, holding back people from using them in creative, productive or unexpected
ways.
.SH OPTIONS
.TP
.B \-h, \-?, \-\-help
Show help
.TP
.B \-\-geometry=<width>x<height>(+|-)x(+|-)y
Standard X geometry argument
.TP
.B [\-\-download=]minlat,minlon,maxlat,maxlon
Download the bounding box
.TP
.B [\-\-download=]<url>
Download the location at the url (with lat=x&lon=y&zoom=z)
.TP
.B [\-\-download=]<filename>
Open file (as raw gps, if .gpx)
.TP
.B \-\-downloadgps=minlat,minlon,maxlat,maxlon
Download the bounding box as raw gps
.TP
.B \-\-selection=<searchstring>
Select with the given search
.TP
.B \-\-no\-fullscreen
Don't launch in fullscreen mode
.TP
.B \-\-reset-preferences
Reset the preferences to the default
.TP
.B \-\-language=<language>
Set the language
.SH ENVIRONMENT
.IP JAVA_HOME
Specify an alternate Java environment.
.IP JAVA_OPTS
Specify Java options.
For example, to use a HTTP proxy server with this program, set this environment variable
to something like
.I JAVA_OPTS="-Dhttp.proxyHost=yourProxyURL"
before starting josm.
.SH SEE ALSO
.BR josm-plugins (1).
.SH AUTHOR
josm was written by Immanuel Scholz.
The current maintainer is Frederik Ramm.
.PP
This manual page was written by Andreas Putzo <andreas@putzo.net>,
for the Debian project (but may be used by others).