Some kind of map application
Building mapton requires a JDK >= 25 with bundled JavaFX modules. Azul provides their Zulu https://www.azul.com/downloads/zulu-community/ and BellSoft their Liberica https://bell-sw.com/pages/downloads/.
Both can also be installed with https://sdkman.io/.
Clone and build the following projects in order, before building mapton.
- https://github.com/trixon/netbeans-platform
- https://github.com/trixon/trv-traffic-information
- https://github.com/trixon/almond
- (optional) https://github.com/trixon/quakeml4j
- (optional) https://github.com/trixon/quake
- https://github.com/trixon/netbeans-plugins
And finally, install the provided wwj-ce from the libs directory (a build of https://github.com/WorldWindEarth/WorldWindJava)
mvn install:install-file -Dfile=./libs/wwj-ce-2.3.1.jar -DgroupId=earth.worldwind -DartifactId=wwj-ce -Dversion=2.3.1 -Dpackaging=jar

