| | 1 | [[TranslatedPages(revision=2)]] |
| | 2 | = Java !OpenStreetMap Редактор = |
| | 3 | |
| | 4 | {{{ |
| | 5 | #!html |
| | 6 | <div style="float: left; margin: 15px;"> |
| | 7 | }}} |
| | 8 | [[Image(/svn/trunk/images/logo.png)]] |
| | 9 | {{{ |
| | 10 | #!html |
| | 11 | </div> |
| | 12 | }}} |
| | 13 | |
| | 14 | |
| | 15 | JOSM е редактор за [http://www.openstreetmap.org OpenStreetMap] (OSM) написан на [http://java.sun.com/javase/downloads/ Java] 1.6. |
| | 16 | Понастоящем поддържа зареждане на GPX следи от базата данни на OSM, както и редактиране на възли, пътища, етикети и релации от OSM. |
| | 17 | |
| | 18 | == Download == |
| | 19 | * '''Note that there are fairly regular updates, so always try running a recent version (and also recent plugins).''' |
| | 20 | * Access [http://josm.openstreetmap.de/download/josm.jnlp JOSM-WebStart] without installation |
| | 21 | * Download the '''[http://josm.openstreetmap.de/josm-tested.jar tested JOSM ]''' version [[Version(tested)]] |
| | 22 | * Download the [http://josm.openstreetmap.de/download/windows/josm-setup.exe Windows JOSM installer] version [[Version(windows)]] |
| | 23 | * Download the [http://josm.openstreetmap.de/download/macosx/josm-macosx.zip Mac OS X JOSM package] version [[Version(macos)]] |
| | 24 | * Prepare a [wiki:USB_Stick] to use JOSM on any foreign Windows machine. |
| | 25 | * For download scripts use version check for [http://josm.openstreetmap.de/latest latest] and [http://josm.openstreetmap.de/tested tested] (or [http://josm.openstreetmap.de/version both]) to reduce download bandwith |
| | 26 | * View the [http://josm.openstreetmap.de/log/?verbose=on change log]. Major changes are noted in the [wiki:StartupPage JOSM startup notes]. |
| | 27 | |
| | 28 | === Добавки === |
| | 29 | * Get many [wiki:Plugins plugins], [wiki:Presets presets] or [wiki:Styles styles] (Easier installation via JOSM preferences). |
| | 30 | * URLs of usable WMS services can be viewed and added at [wiki:Maps] page. |
| | 31 | * Problems with plugins? Have a look at the [http://josm.openstreetmap.de/download/ JOSM download directory]. |
| | 32 | * Requests for new features can also be made via [/newticket trac] or via the JOSM developer mailing list ([mailto:josm-dev@openstreetmap.org josm-dev@openstreetmap.org]). You can [http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/josm-dev subscribe here]. |
| | 33 | * Follow [http://twitter.com/fakejosm the unofficial JOSM feed] on Twitter |
| | 34 | |
| | 35 | == Развитие == |
| | 36 | * Download the '''[http://josm.openstreetmap.de/josm-latest.jar latest JOSM]''' version [[Version(latest)]] (may have more errors than "tested", be careful with this one). |
| | 37 | * Try '''[http://josm.openstreetmap.de/applet JOSM applet]''' (very new, may be defective - please report bugs, NOTE: The login for the applet is JOSM page login, not OSM - OSM login can be changed after successful start) |
| | 38 | * Get the source: |
| | 39 | * From the official Subversion repository (recommended): {{{svn co http://josm.openstreetmap.de/svn/trunk}}} |
| | 40 | * From the unofficial [http://github.com/openstreetmap/josm GitHub mirror]: {{{git clone git://github.com/openstreetmap/josm.git}}} |
| | 41 | * See [wiki:DevelopersGuide Developers Guide] or [wiki:Translations Translations Guide] |
| | 42 | * The Ubuntu JOSM project on [https://launchpad.net/ubuntu/+source/josm launchpad] |
| | 43 | |
| | 44 | == Помощ и поддръжка == |
| | 45 | * Start of [wiki:Help] pages of the software (reached with <F1> from within JOSM) |
| | 46 | * Tutorial videos are available at any [wiki:Mirrors mirror]. You may need [http://de.techsmith.com/download/codecs.asp TSCC codecs] for some AVI files. |
| | 47 | * Further help is available when using [http://lists.openstreetmap.org/pipermail/ various OSM mailinglists]. It's best to ask questions [http://lists.openstreetmap.org/listinfo/newbies on the newbies list] or the language specific talk lists. |
| | 48 | |
| | 49 | === Проблеми === |
| | 50 | * For install troubles, look at the InstallNotes page and/or [http://wiki.openstreetmap.org/index.php/JOSM] |
| | 51 | * Report bugs via [/newticket trac]. When reporting a bug please include the version (version number can be found in menu ''Help -> About''). |
| | 52 | * Understand [wiki:Releases JOSM release] system |
| | 53 | |
| | 54 | == Как да помогнем == |
| | 55 | * [wiki:DevelopersGuide Help developing code] (e.g. write patches for entries in [/report bug tracker]) |
| | 56 | * Review bugs in [/report bug tracker]: find duplicates, test bugs and add more descriptive texts |
| | 57 | * [wiki:Translations Translate] JOSM and the online help into your language. |
| | 58 | * Update and translate the [wiki:Help online help] |
| | 59 | * Unify and translate all JOSM related Wiki pages and join them with the online help |
| | 60 | * Review translations |
| | 61 | * Review original texts (program, online help, ...) |
| | 62 | * Create fancy new icons for presets or tools without icons |
| | 63 | * ... |