mapjfx 1.12.2 – no default caching
I just released mapjfx version 1.12.2 it should be found shortly at maven central, the artifact coordinates are:
<dependency>
<groupId>com.sothawo</groupId>
<artifactId>mapjfx</artifactId>
<version>1.12.2</version>
</dependency>
The source is available at GitHub.
The test program in the library and the mapjfx-demo now do not use the offline cache by default.
The caching seems to get problems the more the backing servers are using https. And Bing for example uses https calls to validate the token, which should not be cached.
Alas it is not possible only to cache the map image data, because only from the url being retrieved, there is no possibility to decide wether it’s image data or something other.
So the best seems to be not use the cache by default.
Comments and contributions welcome.