mapjfx 1.10.0 now supports custom WMS servers

I just released mapjfx version 1.10.0 it should be found shortly at maven central, the artifact coordinates are:

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

The source is available at GitHub .

As additional map type, WMS server support was added. The WMS server i s configured programmatically with a special parameter object. The demo contains two WMS servers.

Comments and contributions welcome.