mapjfx 1.31.1 and 2.13.1 fixing event triggering regression
I just released mapjfx versions 1.31.1 and 2.13.1, they will be available in maven central:
<dependency>
<groupId>com.sothawo</groupId>
<artifactId>mapjfx</artifactId>
<version>1.31.1</version>
</dependency>
<dependency>
<groupId>com.sothawo</groupId>
<artifactId>mapjfx</artifactId>
<version>2.13.1</version>
</dependency>
1.31.1 is built using Java 8 and 2.13.1 uses Java 11.
These versions fix a regression where events for markers and labels (mouse enter/leave, context click etc) where not created anymore due to enabling scroll/zoom behaviour on markers and labels.
Now all events are dispatched again as they should.