| 1 | [[TranslatedPages(revision=6)]] |
| 2 | |
| 3 | = Σελίδα Εγχειριδίου = |
| 4 | |
| 5 | Αυτή είναι η σελίδα εγχειριδίου που θα χρησιμοποιηθεί για τα πακέτα JOSM. |
| 6 | |
| 7 | Ρίξτε μια ματιά στις [wikitr:/Help/CommandLineOptions Επιλογές Γραμμής Εντολών] για μια πιο ευανάγνωστη λίστα με τις διαθέσιμες επιλογές. |
| 8 | {{{ |
| 9 | .TH JOSM 1 "December 26, 2012" |
| 10 | .\" Please adjust this date whenever revising the manpage. |
| 11 | .SH NAME |
| 12 | josm \- Java OpenStreetMap Editor |
| 13 | .SH SYNOPSIS |
| 14 | .B josm |
| 15 | .SH DESCRIPTION |
| 16 | .B josm |
| 17 | is an extensible editor for OpenStreetMap written in Java 6. |
| 18 | .PP |
| 19 | \fBOpenStreetMap\fR is a project aimed squarely at creating and providing |
| 20 | free geographic data such as street maps to anyone who wants them. It |
| 21 | allows you to view, edit and use geographical data in a collaborative way |
| 22 | from anywhere on Earth. |
| 23 | .PP |
| 24 | The project was started because most maps you think of as free actually |
| 25 | have legal or technical restrictions on their use, holding back people |
| 26 | from using them in creative, productive or unexpected ways. |
| 27 | .SH OPTIONS |
| 28 | .TP |
| 29 | .B \-h, \-?, \-\-help |
| 30 | Show help. |
| 31 | .TP |
| 32 | .B \-\-version |
| 33 | Display the JOSM version and exit. |
| 34 | .TP |
| 35 | \fB\-\-geometry=\fIwidth\fBx\fIheight\fB(+|-)x(+|-)y\fR |
| 36 | Standard X geometry argument. |
| 37 | .TP |
| 38 | \fB[\-\-download=]\fIminlat\fB,\fIminlon\fB,\fImaxlat\fB,maxlon\fR |
| 39 | Download the bounding box. |
| 40 | .TP |
| 41 | \fB[\-\-download=]\fIurl\fR |
| 42 | Download the location at the url (with lat=x&lon=y&zoom=z). |
| 43 | .TP |
| 44 | \fB[\-\-download=]\fIfilename\fR |
| 45 | Open a file (any filetype that can be opened with File/Open from the GUI). |
| 46 | .TP |
| 47 | \fB\-\-downloadgps=\fIminlat\fB,\fIminlon\fB,\fImaxlat\fB,\fImaxlon\fR |
| 48 | Download the bounding box as raw GPS. |
| 49 | .TP |
| 50 | \fB\-\-selection=\fIsearchstring\fR |
| 51 | Select with the given search. |
| 52 | .TP |
| 53 | .B \-\-[no\-]maximize |
| 54 | Launch in maximized (or minimized) mode. |
| 55 | .TP |
| 56 | .B \-\-reset\-preferences |
| 57 | Reset the preferences to the default. |
| 58 | .TP |
| 59 | \fB\-\-load\-preferences=\fIurl\fR |
| 60 | Load preferences from the given \fIurl\fR (in XML format). |
| 61 | .TP |
| 62 | \fB\-\-set=\fIkey\fB=\fIvalue\fR |
| 63 | Set the preference \fIkey\fR to \fIvalue\fR. |
| 64 | .TP |
| 65 | \fB\-\-language=\fIlanguage\fR |
| 66 | Set the language. |
| 67 | .SH JAVA PROPERTIES |
| 68 | The following options can be set by using Java system properties (i.e. -Dkey=value |
| 69 | passed to \fBjava\fR, or specified inside \fBJAVA_OPTS\fR). |
| 70 | .TP |
| 71 | \fBjosm.home=\fIpath\fR |
| 72 | Set the JOSM home directory to \fIpath\fR. This will contain all user settings. |
| 73 | Default is \fI~/.josm/\fR. |
| 74 | .SH ENVIRONMENT |
| 75 | .IP JAVA_HOME |
| 76 | Specify an alternate Java environment. |
| 77 | .IP JAVA_OPTS |
| 78 | Specify Java options. |
| 79 | For example, to use a HTTP proxy server with this program, set this environment variable |
| 80 | to something like \fIJAVA_OPTS="-Dhttp.proxyHost=yourProxyURL"\fR before starting josm. |
| 81 | .SH AUTHOR |
| 82 | josm was written by Immanuel Scholz. |
| 83 | The current maintainer is Dirk Stöcker. |
| 84 | .PP |
| 85 | This manual page was written by Andreas Putzo <andreas@putzo.net> and David Paleino |
| 86 | <dapal@debian.org>, and is licensed under the same terms of JOSM itself (currently, |
| 87 | the GNU General Public License, version 3 or later). |
| 88 | }}} |