mapjfx version 1.7.1 is release to maven central; the artifact coordinates are:
<dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>1.7.1</version> </dependency>
The source is available at GitHub.
This release has two small improvements:
- the OfflineCache of the MapView now has a clear() method which deletes the entires from cache directory
- when using OpenStreetmap tiles, files from different servers like a.tile.openstreetmap.org and b.tile.openstreetmap.org are mapped to the same cache file
Comments and contributions welcome.