java12

mapjfx 1.29.0 and 2.10.0 now with OpenLayers 6.0.1 and extension constrains

I just released mapjfx versions 1.29.0 and 2.10.0, they will be available in maven central: <dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.29.0</version> </dependency> <dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>2.10.0</version> </dependency> 1.29.0 is built using Java 8 and 2.10.0 uses Java 12. This version updates the OpenLayers library to version 6.0.1 ( https://github.com/sothawo/mapjfx/issues/66 ). Additionally it is now possible to constrain the panning and zooming of a map to a given extent ( https://github.com/sothawo/mapjfx/issues/62 ).

mapjfx 2.9.0 and 1.28.0 with offline cache improvements

I just released mapjfx versions 1.28.0 and 2.9.0, they will be available in maven central: <dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.28.0</version> </dependency> <dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>2.9.0</version> </dependency> 1.28.0 is bilt using Java 8 and 2.9.0 uses Java 12. These releases add the possibility to pass a list of URLs (map tiles) to the OfflineCache to have the cache populated in the background with the data from these URLs ( https://github.com/sothawo/mapjfx/issues/64 ) Example: private void initOfflineCache() { final OfflineCache offlineCache = OfflineCache.