mapjfx 1.3.1 and mapjfx-demo-1.3.1 released
I released version 1.3.1 of the mapjfx project to maven central. It can be found at
<dependency>
<groupId>com.sothawo</groupId>
<artifactId>mapjfx</artifactId>
<version>1.3.1</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.3.0:
- attribution links in the map are displayed in the system’s default browser, not in the WebView
- removed the WebView’s native context menu
Comments and contributions are welcome!