mapjfx has reached versions 1.4.7 and can be found at maven central, the artifact coordinates are:
<dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.4.7</version> </dependency>
The source is available at GitHub.
This fixes a regression that kept mapjfx from working with JDK 1.8u60-
Comments and contributions welcome.
ok, I can reproduce it on windows, I created a bug for this in https://github.com/sothawo/mapjfx and will look into it.
Put the blame on me for not testing on windows.
That’s strange. I will check it on my windows virtual machine. Do you have a more complete stacktrace? Can you create an issue for this at https://github.com/sothawo/mapjfx-demo/issues?
Peter
I just tried the mapjfx-demo (version cloned today), but could not make it work (tried with a window box and both JDKu40 and JDK8u60) until I changed the new mapjfx version from 1.4.7 to older 1.4.6 version in mapjfx-demo pom file.
Error was
19:43:31.514 [JavaFX Application Thread] ERROR com.sothawo.mapjfx.MapView – loading ol/3.9.0/ol.css
java.net.MalformedURLException: no protocol: ol/3.9.0/ol.css
and some other errord trying to load various .js files