mapjfx 1.6.0 supports the display of labels

I just released mapjfx version 1.6.0 it can be foundat maven central, the artifact coordinates are:

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

The source is available at GitHub .

This latest version supports css-stylable Labels on the map, that optionally may be attached to Markers.

Comments and contributions welcome.