Here is a new version of #Mapton! -some kind of map application, built with #java & #javafx on the #netbeans platform. Let's call this one the #Vasaloppet edition. ⛷️ Enjoy! github.com/trixon/mapto... #AppImage and #snap for #linux are also available.
Mapton
@mapton.org
Some kind of map application #Java #JavaFX #NetBeans Platform web: https://mapton.org/ src: https://github.com/trixon/mapton bin: https://github.com/trixon/mapton/releases Posts by @trixon.se
As a #weekend project I made an #earthquake module for #mapton with data feed from #usgs. The image shows recent #quakes, but you can pretty much filter on any attribute. Colors indicates age in days, circle and lines the #magnitude. Some work remains but more one that some other time..
A while back I created a layer displaying current date and time for use in screenshots/reports. Today I made it configurable. The pattern is parsed with #java DateTimeFormatter. docs.oracle.com/en/java/java...
I just moved the #h2database out of the core api to a separate module and made the bookmark management use a plain #csv file instead of #sql.