mapjfx 1.3.0 and mapjfx-demo-1.3.0 released

I released version 1.3.0 of the mapjfx project to maven central. It can be found at

  <dependency>
    <groupId>com.sothawo</groupId>
    <artifactId>mapjfx</artifactId>
    <version>1.3.0</version>
  </dependency>

The source is available at GitHub.

The demo program that showcases the possibilities is available at GitHub as well. The description of the demo program shows the several features and how to use them.

Changes since 1.2.1:

  • added marker support
  • added singleclick feedback as JavaFX event with map coordinate

Comments and contributions are welcome!