I just released mapjfx version 2.13.0, it will be available in maven central:
<dependency> <groupId>com.sothawo</groupId> <artifactId>mapjfx</artifactId> <version>2.13.0</version> </dependency>
I switched back to use Java 11 (LTS) as SceneBuilder is only available for Java 11 (https://gluonhq.com/products/scene-builder/) and libraries built with version 12 or 13 cannot be used in SceneBuilder 11.
Congratulations for the nice job !!
I wanted to ask you why bing bees don’t work?!?
I use Java 13 and eclipse.
Thanks
Thank you. What is Bing Bees?
Sorry I wanted to write “Bing Map”….doesn’t work!!
Do you set the Bing Maps API Key before switching the map style to one of the Bing Maps styles?
No….how you do it?
check the description of the demo application: https://www.sothawo.com/projects/mapjfx-demo/3/
Perfect!!!!! It works!!! Thanks!!!
I have another request: do you have any examples to manage the display of georeferenced files saved locally? example: .kmz .map .ozfx3 .kml …?
Thanks in advance
Back in 216 in created an application that can display .gpx files. (https://www.sothawo.com/projects/trakxmap/) basically you need to pares the files, extract the points and build a CoordinateLine from them
.gpx file describe a route…I would like to insert a referenced image in a webview
it’s similar to offline cache ?
a Marker has an URL for the image, you could link this to any image you like