mapjfx 1.32.0 and 2.14.0 adds the ability to rotate markers and labels
I just released mapjfx versions 1.32.0 and 2.14.0, they will be available in maven central:
<dependency>
<groupId>com.sothawo</groupId>
<artifactId>mapjfx</artifactId>
<version>1.32.0</version>
</dependency>
<dependency>
<groupId>com.sothawo</groupId>
<artifactId>mapjfx</artifactId>
<version>2.14.0</version>
</dependency>
1.32.0 is built using Java 8 and 2.14.0 uses Java 11.
Markers and Labels on a map now have a rotation property which will rotate the corresponding HTML Element. The values goes from 0 to 360 and defines the rotating angle clockwise.