OpenStreetMap

mdk's Diary Comments

Diary Comments added by mdk

Post When Comment
Running JOSM on X86 without Oracle's JAVA

Hi spiregrain,

you are right, I didn’t test it. When I add the MicrosoftStreeSide plugin, also the javafx-unixoid plugin is added. After restart from a terminal I see, that loading of the libgstreamer-lite.so fails, which exists in the .josm/plugins/javafx directory.

I open a new defect for this: https://josm.openstreetmap.de/ticket/20811

Running JOSM on X86 without Oracle's JAVA

As far as I understood, JavaFX is also dropped by Oracle JDK since version 10. JavaFX is now a separate project called OpenJFX which based on the original code from JavaFX like OpenJDK based on the original Oracle code. And actually Oracle also uses the OpenJDK code.

For Ubuntu I find a description how to install and use OpenJFX:

First, install OpenJFX:

sudo apt install openjfx

You can then add these arguments to any java invocation:

--module-path /usr/share/openjfx/lib --add-modules=javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web
Redundanz bei OSM-Daten

@brogo: Bei der Komplexität von Adress-Abfrage darfst du die Adressinterpolationen nicht vergessen :-)

@imagico: Als Informatiker muss ich dir zustimmen: Redundanz deckt Fehler auf (oder meinst du, dass Daten ohne Redundanz immer korrekt sind?) Im Falle von OSM, wo die Daten eben gerade nicht 100% korrekt sind (unvollständig, veraltet, fehlerhaft erfasst, …), sind diese Redundanzen in meinen Augen wertvoll. Dienste wie keep right!, OSMInspector und andere funktionieren nur dank dieser Redundanzen!