[[TranslatedPages]] {{{#!comment = Java !OpenStreetMap Editor = }}} {{{ #!table style="border:0; border-collapse:separate; border-spacing:0 10px;" {{{#!tr ==================================== {{{#!td valign=top style="border:1px solid #ccc; border-right:0" [[Image(/logo.png,top,link=,title=JOSM logo,alt=JOSM logo,128,margin-left=10)]] }}} {{{#!td valign=top style="border:1px solid #ccc; border-left:0; padding: 20px;" {{{#!span style="font-size:120%" **JOSM** is an extensible editor for [osmwww: OpenStreetMap] (OSM) written in [https://www.azul.com/downloads/?version=java-21-lts&package=jdk-fx#zulu Java 11+]. }}} {{{#!comment FIXME: add a better description here }}} It supports loading GPX tracks, background imagery, and OSM data from local and online sources, and allows editing the OSM data (nodes, ways, and relations) and their metadata tags. JOSM is [source:/trunk open source] and licensed under the [source:/trunk/LICENSE GPL]. }}} }}} {{{#!tr ==================================== {{{#!td colspan=2 align=left valign=top style="background:#CBEEA7; font-size:120%; padding:0px 15px 15px 13px; border:1px solid #ccc" [[JOSMImage(openlocation,middle,link=,alt=open,title="")]] Launch [/download/josm.jnlp josm.jnlp] (Latest tested version, currently [[Version(tested)]]) \\ {{{#!span style="font-size:83%" Preferred distribution channel, all platforms, monthly automatic update ([wikitr:/Download#Webstart how to start]; [wikitr:/Changelog changelog]). }}} }}} }}} {{{#!tr ==================================== {{{#!td colspan=2 align=left valign=top style="background:#CBEEA7; font-size:120%; padding:0px 15px 15px 13px; border:1px solid #ccc" [[JOSMImage(download,middle,link=,alt=download,title="")]] Download [/josm-tested.jar josm-tested.jar] (version [[Version(tested)]]) \\ {{{#!span style="font-size:83%" All platforms ([wikitr:/Download#Java how to run]; [wikitr:/Changelog changelog]). }}} }}} }}} {{{#!tr ==================================== {{{#!td colspan=2 align=left valign=top style="background:#eee; padding:0px 15px 0px 13px; border:1px solid #ccc;" Windows installer ([/download/windows/josm-setup.msi MSI], [/download/windows/josm-setup.exe EXE]) (version [[Version(windows)]]), or install from [https://apps.microsoft.com/store/detail/josm/XPFCG1GV0WWGZX Microsoft Store] (see [wikitr:/Download#Mswindowswrapper how to install]). }}} }}} {{{#!tr ==================================== {{{#!td colspan=2 align=left valign=top style="background:#eee; padding:0px 15px 0px 13px; border:1px solid #ccc" [/download/macosx/josm-macosx.zip macOS app] (version [[Version(macos)]]), or use [https://formulae.brew.sh/cask/josm homebrew] (see [wikitr:/Download#macOS how to install]). }}} }}} {{{#!tr ==================================== {{{#!td colspan=2 align=left valign=top style="background:#eee; padding:0px 15px 0px 13px; border:1px solid #ccc" Development version of [/download/josm-latest.jnlp josm-latest.jnlp], [/josm-latest.jar josm-latest.jar] (version [[Version(latest)]]). Windows (MSI, EXE) and macOS builds are available on [https://github.com/JOSM/josm/releases GitHub]. }}} }}} {{{#!tr ==================================== {{{#!td colspan=2 align=left valign=top style="background:#eee; padding:0px 15px 0px 13px; border:1px solid #ccc" [wikitr:/Download#Ubuntu Ubuntu repository], and all other [wikitr:/Download download] options. }}} }}} }}} == Getting Started == * The [wikitr:/Introduction Introduction] page will guide you through your first successful edit. * See the official **[wikitr:/Help help system]** – Press `` anywhere in the JOSM interface or the [[JOSMImage(help,link=wikitr:/Help/Menu/Help,24,middle,title=Help)]] Help button in dialogs to access the help bowser. * Ask members of the OpenStreetMap community at * the [https://community.openstreetmap.org/tag/josm OSM Community Forum] * various [osmwiki:Mailing_List OSM mailing lists] (e.g. [https://lists.openstreetmap.org/listinfo/talk talk], [https://lists.openstreetmap.org/ list overview]) * the [osmwiki:IRC OSM IRC channel], including our [irc://irc.oftc.net/JOSM own room] == Extensions == * [[JOSMImage(preferences/plugin,link=wikitr:/Plugins,24,middle,alt=plugins,title=Plugins)]] **[wikitr:/Plugins]** add more complex program features to JOSM. ([wikitr:/Help/Preferences/Plugins installation instructions]) * [[JOSMImage(dialogs/propertiesdialog,link=wikitr:/Presets,24,middle,alt=presets,title=Presets)]] **[wikitr:/Presets]** allow you to select predefined tags for objects. ([wikitr:/Help/Preferences/TaggingPresetPreference installation instructions]) * [[JOSMImage(dialogs/validator,link=wikitr:/Rules,24,middle,alt=rules,title=Rules)]] **[wikitr:/Rules]** check and fix invalid data. ([wikitr:/Help/Preferences/Validator#TagCheckerRules installation instructions]) * [[JOSMImage(dialogs/mapstyle,link=wikitr:/Styles,24,middle,alt=styles,title=Styles)]] **[wikitr:/Styles]** change the appearance of the mapview. ([wikitr:/Help/Preferences/MapPaintPreference installation instructions]) * [[JOSMImage(imagery_menu,link=wikitr:/Maps,24,middle,alt=maps,title=Maps)]] **[wikitr:/Maps Backgrounds]** allow you to trace OSM data, such as aerial imageries. ([wikitr:/Help/Preferences/Imagery installation instructions]) == Recent Changes == * [wikitr:/StartupPage Startup notes] (most important changes) * [wikitr:/Changelog Summarized changelog] (nicely summarized) * [/log/?verbose=on SVN changelog] (complete log) == Found a bug? | Have an idea? | Make a suggestion? | [=#Contribute Like to contribute?]==#Bugs * **Report** any bugs you found! The **[wikitr:/Help/Action/ReportBug Report Bug]** form in the [wikitr:/Help/Menu/Help Help] menu makes it easy. * **Create** [/newticket tickets] with your ideas and enhancements and [#contact discuss] with the team. * **Contribute** with updates, corrections and [wikitr:/Translations translations] to standardize all JOSM-related pages and connect them with the [wikitr:/Help help system]. * **Participate** in [/report bug tracking] by reviewing bugs, finding duplicates, testing bugs, adding more descriptive text. * **Design** fancy new [wikitr:/Styles#Icons icons]. * **Develop** the [wikitr:"/Source code#Getthesource" source code] further. See the [wikitr:/DevelopersGuide developers guide] for build instructions and more details. == About this site == * This site is a combined help and bug tracking system for JOSM and JOSM plugins. * No login is required to use this site (either to read or edit the Wiki or the bug tracker). * But logging in has advantages: * You will receive notifications of changes to your bug tracker tickets. This is also possible by entering an e-mail as a username in the tickets, but be aware that the address will be publicly visible and you will not be able to change it later. * Page settings will be remembered (e.g. input field size and a lot of other stuff). * Registrations without an e-mail address and unused registrations are automatically deleted. * Accounts for editing the OpenStreetMap database are separate from the accounts on this server. * The copyright (CC-BY-SA and LGPL since April 2014) of this site is stated in the footer. * Personal data, such as e-mail address, is used only for contact purposes related to the JOSM software. There is no user tracking or advertising. * Data about the usage of this website is stored for statistical purposes (including usage initiated by JOSM). Raw logs including IP addresses are deleted after a few weeks when no longer required. == About Certificates == * JOSM wiki page uses a Let's Encrypt certificate which is constantly renewed ([/certs/josm.openstreetmap.de.crt]). * JOSM JAR release files are signed with a private certificate ([/certs/josm.openstreetmap.de_code.crt]) from a private CA ([/certs/stoecker2023.pem]). **You'll may have to accept a warning at least once.** * JOSM GitHub files and Windows version are signed with a private certificate ([/certs/josm.openstreetmap.de_code_github.crt]) from the same CA. **You'll may have to accept a warning at least once.** * JOSM MacOS software is signed with an Apple certificate ([/certs/josm.openstreetmap.de_code_apple.crt]). * JOSM repository is signed with an individual OpenPGP key ([/josm-apt.key]). == Contact ==#contact {{{ #!div class="wikipage compact" style="padding:0px; margin:0px; float:right; color: darkgray; font-size: 80%" Server sponsored by: \\ [[Image(wiki:Sponsoring:fossgis.png,title=FOSSGIS e.V.,alt=FOSSGIS e.V.,link=https://www.fossgis.de/)]] }}} * Please use the bug [/newticket reporting system] for problems, but also for ideas and suggestions. * Inactive: The volunteers behind JOSM can be reached using the [https://lists.openstreetmap.org/listinfo/josm-dev josm-dev] mailing list or the [irc://irc.oftc.net/josm #josm] IRC chat. * Inactive: If you use social networks, see our [https://en.osm.town/@josmeditor Mastodon], [https://www.facebook.com/josmeditor Facebook] and [https://twitter.com/josmeditor Twitter] pages.