mapjfx 2.5.0 and 1.24.0 released
I just released mapjfx versions 1.24.0 and 2.5.0, they will be available in maven central:
<dependency>
<groupId>com.sothawo</groupId>
<artifactId>mapjfx</artifactId>
<version>1.24.0</version>
</dependency>
<dependency>
<groupId>com.sothawo</groupId>
<artifactId>mapjfx</artifactId>
<version>2.5.0</version>
</dependency>
Now slf4j is used as logging framework and zooming by using the scrollwheel now works when the mouse is over a marker or label.
Version 1.24.0 is built using OracleJDK8, whereas version 2.5.0 is built with OpenJDK11.