I just released mapjfx versions 1.20.1 and 2.1.1, they will be available in maven central:
<dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.20.1</version> </dependency> <dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>2.1.1</version> </dependency> mapjfx now uses OpenLayers version 5.3.0.
Version 1.20.1 is built using OracleJDK8, whereas version 2.1.1 is built with OpenJDK11.
The new versions are 1.20.0 and 2.1.o, available in maven central:
<dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.20.0</version> </dependency> <dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>2.1.0</version> </dependency> Version 1.20.0 is built using OracleJDK8, whereas version 2.1.0 is built with OpenJDK11.
I released mapjfx version 1.19.0 it can be found at maven central, the artifact coordinates are:
<dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.19.0</version> </dependency> The source is available at GitHub .
This version adds support for XYZ map sources. The code was contributed by Erik Jaehne , thanks a lot for that.
I just released mapjfx version 1.18.0 it should be found shortly at maven central, the artifact coordinates are:
<dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.18.0</version> </dependency> The source is available at GitHub .
The first change in this verison is that the OfflineCache instance now is a Singleton and shared between all instances of MapView objects in an application. This allows for more than one MapView to use the offline cache mechanisms.
The other change is that now for a pointer (mouse) move detetction when the pointer is over the map, an appropriate event is generated.
I just released mapjfx version 1.17.0 it should be found shortly at maven central, the artifact coordinates are:
<dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.17.0</version> </dependency> The source is available at GitHub .
mapjfx now ow uses OpenLayers 4.6.5.
As a new feature, the MapView object now emits events whenever the extent of the map changes. This happens when the center of the map is changed, the zoom value is changed or when the map’s window size is changed.
Since some time now users have reported that mapjfx does not properly display the maps. I wrote a small JavaFX application which is just a WebView and a textfield to edit an URL. This application as well shows buggy behaviour in not loading the map tiles properly. This is the plain JavaFX WebView, with no adddition, custom Javascript code or things that mapjfx does:
Other browsers have no problem with these pages.
I just released mapjfx version 1.15.0 it should be found shortly at maven central, the artifact coordinates are:
<dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.15.0</version> </dependency> The source is available at GitHub .
Now uses OpenLayers 4.6.4.
Comments and contributions welcome.
I just released mapjfx version 1.14.0 it should be found shortly at maven central, the artifact coordinates are:
<dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.14.0</version> </dependency> The source is available at GitHub .
There are new events that are triggered on mouse entry and exit on markers and labels. Thanks to skinkie for that. The CSS style property of a Label is now an observed property and changes will be reflected on the map immediately.
I just released mapjfx version 1.13.2 it should be found shortly at maven central, the artifact coordinates are:
<dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.13.2</version> </dependency> The source is available at GitHub .
Now uses OpenLayers 4.3.2.
Comments and contributions welcome.
I just released mapjfx version 1.13.1 it should be found shortly at maven central, the artifact coordinates are:
<dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.13.1</version> </dependency> The source is available at GitHub .
Now uses OpenLayers 4.2.0.
Comments and contributions welcome.