mapjfx 2.8.0 and 1.27.0 with improved configuration options
it is now possible to disable the zoom controls on the Map ( Issue #59 ) using the new introduced configuration object like this:
mapView.initialize(Configuration.builder()
.showZoomControls(false)
.build());
versions 1.27.0 and 2.8.0 will be available in maven central:
<dependency>
<groupId>com.sothawo</groupId>
<artifactId>mapjfx</artifactId>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>com.sothawo</groupId>
<artifactId>mapjfx</artifactId>
<version>2.8.0</version>
</dependency>