I released version 1.1.0 of the mapjfx project to maven central. It can be found at
<dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.1.0</version> </dependency>
The source is available at GitHub.
Changes since 1.0.2:
- removed unnecessary code
- reworked MapView constructor to enable SceneBuilder compatibility
- removed slf4j-api dependency and switched to java logging to enable SceneBuilder compatibility
Comments and contributions are welcome!