Az oldal fordítása még nem teljes.
Más nyelveken:
Tartalomjegyzék
Letöltés
Ezen az oldalon találod a JOSM telepítésének lépéseit és a információt a hibaelhárításhoz. Ha el szeretnél kezdeni dolgozni a JOSM-mel, kérlek olvasd el a bevezetőt és nézz bele a súgóba. Összetettebb esetekben olvasd el a telepítési megjegyzéseket (en).
Ajánlott módszer
Indítsd el a josm.jnlp-t (legfrissebb stabil verzió)
Ajánlott verzió, minden platformra, havi automatikus frissítéssel a legújabb stabil verzióra (hogyan indítsam?).
Töltsd le a josm-tested.jar -t(stabil verzió 19265)
Minden platformra (hogyan futtassam?)
Összes letöltési lehetőség
A JOSM csapat minden hónapban kiad (en) egy letölthető stabil verziót. A Windows és Apple macOS kiadások erre a stabil verzióra épülnek. Ha a josm.jnlp-re kattintasz, hogy elindítsd a JOSM-et, mindig a legfrissebb kiadást kapod. Emögött a Java Web Start (en) technológia áll.
Minden este a fordító infrastruktúra elkészíti a legfrissebb verziót. Ezek a verziók számos hibát tartalmazhatnak. De általában teljesen jól működnek. A legfrissebb verzióból is elérhető Web Startos változat.
Minden operációs rendszerre | Development | ||||||
---|---|---|---|---|---|---|---|
Verzió | Web Start | Letöltés | Windows | Apple macOS | Ubuntu, Debian… | openSUSE | Jar / Javadoc / Forráskód |
tested 19265 | josm.jnlp | josm-tested.jar | josm-setup.exe josm-setup.msi Microsoft Store (lásd alább) | JOSM macOS .zip csomag 'vagy (homebrew) | lásd alább | lásd alább | josm:19265 |
legújabb 19265 | latest.jnlp | josm-latest.jar | lásd a kiadásokat githubon | lásd a kiadásokat githubon | lásd alább | Pillanatképek használata | |
régebbi | download/ | lásd a kiadásokat githubon | lásd a kiadásokat githubon | pool/ | stabil verziók |
Scriptek futtatásakor a sávszélesség csökkentése érdekében ellenőrizd előbb a legfrissebb, stabil vagy összes verziót.
Fordítások nélkül
Ha fontos neked a letöltési méret, kisebb telepítőfájlok is elérhetőek. A csak angol verziót tartalmazó letöltéshez kapcsold az URL-hez a ?lang=en paramétert. Ha más fordítást szeretnél belevenni, cseréld az en
-t egy másik nyelvkódra (en) (kis kezdőbetű, csak támogatott nyelvek). Tovább csökkentheted a fájlméretet az aláírás elhagyásával, amihez a ?unsigned=1 paramétert kell hozzáadnod.
Linux tárolók
A JOSM Debian-alapú tárolója, főként Ubuntu-hoz
Ez a saját csomagtárolónk elsősorban Ubuntuhoz készült. Működnie kell más Debian alapú (főleg Ubuntu alapú) disztribúciókkal is, de Ubuntun kívül nem tesztelünk, és nem tartunk karban más disztribúciót.
A tároló két csomagot tartalmaz:
- josm – a stabil (tesztelt) verzió. Lecseréli a disztribúció hivatalos tárolójából származó csomagot. Az alapértelmezett JOSM könyvtárak neve
JOSM
-re van állítva. - josm-latest – a legfrissebb verzió (nightly). Feltelepíthető a josm csomag mellé, mivel az alapértelmezett JOSM könyvtárak neve
JOSM-latest
-re van állítva.
Mindkét csomag tartalmazza a /etc/default/josm
valamint a /etc/default/josm-latest
konfigurációs fájlt a java opciók (en) számára.
Az alább leírt szokásos mellett a régebbi DEB fájlok letölthetőek az archívumból.
Telepítés
Szerkeszd a /etc/apt/sources.list.d/josm.list
csomagforrás-listát:
sudo editor /etc/apt/sources.list.d/josm.list
add hozzá az egyik alábbi sort, ami megfelel az Ubuntu verziódnak:
deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt plucky universe deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt oracular universe deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt noble universe deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt jammy universe deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt focal universe deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt bionic universe # Más Debian alapú disztribúciók esetében add hozzá ezt: deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt alldist universe
Egyszerűbben az alábbi egy soros paranccsal tudod ugyanezt megtenni Ubuntun (nem működik Ubuntu-alapú rendszereken, pl. Linux Minten):
echo "deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt $(lsb_release -sc) universe" | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null
vagy Linux Minten:
echo "deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt $(grep ^DISTRIB_CODENAME= /etc/upstream-release/lsb-release| awk -F = '{print $(2)}') universe" | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null
Töltsd le a publikus kulcsot:
# Hozd létre kézzel a letöltött kulcsok könyvtárát, ha még nem volt létrehozva sudo mkdir -p /usr/local/share/keyrings # Download the key wget -q https://josm.openstreetmap.de/josm-apt.key -O- | sudo gpg --dearmor -o /usr/local/share/keyrings/josm-apt.gpg
A korábbi útmutató apt-key
-t használt. Ha a kulcs hozzá lett adva a rendszer kulcstartójához, a következő sor eltávolítja azt:
sudo apt-key del $(apt-key list | grep -B1 "<josm-dev@openstreetmap.org>" | sed '$d' | cut -b 48-51,53-57)
Most frissítsd a forrásokat:
# Előfordulhat, hogy előbb telepítened kell az ssl támogatást apt-hez: sudo apt-get install apt-transport-https # Források frissítése sudo apt-get update
és telepítsd:
# Kihagyhatod ezt az első sort, ha ezeket a csomagokat korábban nem telepítetted. sudo apt-get remove josm josm-plugins # A stabil verzióhoz sudo apt-get install josm # A fejlesztői verzióhoz sudo apt-get install josm-latest
GNU Debian
A saját fent látható Ubuntu csomagjaink Debian-on is működnek, ezek használatát javasoljuk. A sudo
telepítésétől függően néhány utasítás nem fog működni „normál” felhasználóként, csak root
-ként.
A JOSM stabil verziója elérhető main utils szakaszában, de ez a verzió általában elég régi.
A sokkal naprakészebb verziókat a backports tárolóban találod, lásd Utasítások. Még ez a verzió is régebbi lehet a mi saját csomagjainkánl.
Debian 11 (bullseye) óta a josm-installer elérhető a main utils szakaszában. Ez letölti az aktuális .jar fájlt erről az oldalról, és szükség esetén frissít.
openSUSE
Az összes stabil JOSM verzió elérhető az Application:Geo tárolóban.
Először root felhasználóként yast vagy zypper segítségével add hozzá a tárolót (Tumbleweedhez cseréld ki a $releasever → openSUSE_Tumbleweed):
zypper ar -f 'https://download.opensuse.org/repositories/Application:/Geo/$releasever' Application:Geo
Ezután egyszerűen telepítsd a josm és josm-fonts csomagokat.
Hibaelhárítás
Java
Ha duplán kattintasz egy jar fájlra és nem történik semmi, az általában azt jelenti hogy a Java nincs telepítve.
A JOSM jelenleg az Azul vagy Bellsoft Liberica JDK-at javasolja. Általánosságban az aktuális Java LTS a javasolt (a cikk írásakor ez a Java 17), de a Java 11-nek is működnie kell. Az aktuális ajánlásokat lásd a README-ben. De először tegyél egy próbát az operációs rendszereddel érkező Javával, például az OpenJDK-val.
When choosing a download keep in mind:
- A Java Plug-in for web browsers is not needed to run JOSM. Therefore results from pages like www.java.com/en/download/installed8.jsp are not relevant.
- A Java variant with 64 bit is recommended for JOSM. The operating systems architecture is important for deciding between 32 bit Java or 64 bit Java. Because JOSM is not affected by the web browsers architecture most recommendations on this page www.java.com/en/download/faq/java_win64bit.xml are not relevant.
- Avoid pages like www.java.com/en/download which intent to place Java Plug-ins in web browsers. And this is not important for JOSM.
For further information visit the Installation Notes and troubleshooting pages. Java in this section means a JRE (Java Runtime Engine) which provides a JVM (Java Virtual Machine) to run JOSM, a Java program that is developed using JDK (Java Development Kit) and sometimes launched with the JNLP (Java Network Launch Protocol aka Web Start and successor of Java Plug-ins).
Testing Java
Checks if Java is installed and why JOSM does not start (example mainly for MS Windows).
- Download josm-tested.jar to your desktop.
- Open a Command Prompt aka Terminal
- Type
cd %homepath%
⏎ and typecd Desktop
⏎ - Type
java -version
⏎ Three lines with the version data should appear. If you see something else then Java is not properly installed. - Type
java -jar josm-tested.jar
⏎. Now JOSM should run, started from the Command Line (en). - Quit JOSM.
- Type
josm-tested.jar
⏎. If JOSM starts again, the Windows Explorer is ready for double clicks on jar files.
Web Start
You need to install OpenWebStart first. It will download and run Java by itself. Please use the 64 bit (x64
) version of OpenWebStart if you are on Microsoft Windows. The transition from Oracle WebStart to OpenWebStart is still in progress, so in case of issue please create a new ticket or post a comment to #17858.
You may need to update the default application for opening JNLP files if you previously used Oracle WebStart. See jnlp file association for instructions on setting OpenWebStart as the default program for jnlp files.
Testing Web Start
- Download josm.jnlp to your desktop.
- Open a Terminal and move to the Desktop as above
- Type
javaws josm.jnlp
⏎. This should initially download JOSM, show a security dialog and then launch JOSM. - If that fails, then type
javaws -verbose josm.jnlp
⏎. This should first show a dialog with information about the JVM and then launch JOSM.
Virtual Machine
Out of memory
Nowadays manually controlling Javas memory is seldom needed because available RAM on computers has grown. Wrongly chosen values can decrease JOSM performance.
For some tasks, JOSM has a large appetite for memory. On the one hand, it may be necessary to configure a memory size that supports more plugins and features. On the other hand can slow machines be stabilized by restricting Javas memory use.
If needed, use the command line (en) to set the Java Option -Xmx…m, for example -Xmx512m
or -Xmx1536m
. In Debian/Ubuntu you can edit the file /etc/default/josm
respectively /etc/default/josm-latest
.
Formerly older java programs accepted -Xmx=512m
or even -Xmx 512m
. Now those malformed arguments throw error messages.
VM selection
On current versions of MS Windows by default Java is installed mainly in the C:\Program Files\Java\
directory. Additional parts are placed in C:\Program Files\Oracle\Java\
. There is a .\javapath\
directory as target for the PATH environment variable. It is the home for the three virtual files java.exe
, javaw.exe
and javaws.exe
. This files are symbolic links form the current Java installations.
On older versions of 64 bit Windows sometimes the 32 bit mode JRE was additionally installed. Also some browsers brought their own JVM with limited capabilities. In those cases a Web Start from the browser would not use your Java installation but that from the browser.
Check that there's no other javawebstart in \Windows\SysWow64
. The Java control panel will not detect it and you can safely delete it. Perform cleanup and only keep the latest versions of each JRE (One or the 32-bit mode, another one for the 64-bit mode).
For shortcuts created on the desktop for JNLP and running the Javawebstart launcher , make sure to pass VM parameters prefixed with -J and no intermediate space before the VM option. If you have installed both the 32-bit and 64-bit version, you should pass the option "-d64
" if you want to select the preferred 64-bit VM. Note that some Oracle documentation pages indicate the option "-D64" with the incorrect capitalization!)
Example of an edited command line for a shortcut on the windows desktop:
javaws.exe -J-d64 -J-Xmx2048m josm.jnlp
Microsoft Windows
josm.exe
Using josm-setup.exe for installation on Microsoft Windows does the following:
- Puts two executable files
JOSM.exe
andHWConsole.exe
in directory%LOCALAPPDATA%\JOSM
- Registers JOSM.exe as target for the file extensions
*.osm
,*.geojson
,*.gpx
,*.jos
and*.joz
. - Places JOSM shortcut icons on the Desktop and in the Start Menu.
- Adds uninstall data at the appropriate places.
When starting, JOSM.exe starts JOSM with an embedded version of Java maintained by JOSM developers, based on Azul Zulu. JOSM.exe acts as a wrapper and is portable (en).
HWConsole.exe is similar to JOSM.exe but start JOSM while keeping open a Windows console displaying JOSM standard output (logs).
JOSM.exe accepts all usual JOSM Program arguments (en). See example:
# Load OSM data
josm.exe https://www.osm.org/way/476702262
For giving Java options (en) to the Java VM, JOSM.exe uses the configuration file JOSM.cfg
in its app sub-directory. In this file, each option must be on a separate line.
For example, to change memory allocation, open %LOCALAPPDATA%\JOSM\app\JOSM.cfg
and add java-options=-Xmx8192m
(for 8 GB) to a new line under the [JavaOptions]
header.
Graphics
Some Windows installations have graphics driver issues (see #23784 for an example). This may exhibit symptoms such as:
- Black bars in JOSM toolbars
- Flickering
- Other unexpected user interface issues
- Download and install Display Driver Uninstaller (DDU, source) from the official mirror => https://www.wagnardsoft.com/display-driver-uninstaller-DDU-
- From the "Device Type" drop-down on the right, select "GPU". DDU will automatically detect the GPU you're using.
- Click on "Clean and Restart" at the top. This will uninstall the graphics drivers and restart your PC.
- Reinstall the drivers.
WARNING: Create a backup of your PC before using DDU. Although it creates a recovery point by itself, it's ideal to make one yourself just in case.
macOS
Using brew
macOS users may use the homebrew package manager to install and update their JOSM instance.
In Terminal, run the brew install --cask josm
to install or brew upgrade --cask josm
to upgrade to the current tested version of JOSM.
Linux
Arch Linux
Using AUR you can install openwebstart-bin.
If you use icedtea-web instead of the recommended openwebstart you will get an error with the newest java. java-17-openjdk is known to work, but java-22-openjdk do not.
Known issues
Not closed issues about …: