mapjfx 1.8.0 adds custom events for marker and label clicks

mapjfx version 1.8.0 is released to maven central; the artifact coordinates are:

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

The source is available at GitHub.

The release contains some bug fixes and now has custom events implemented when the user clicks on a marker or a label.

Comments and contributions welcome.