Peter-Josef Meisch
Peter-Josef Meisch
Windows I can only test Windows 10 in a VMware installation on my Mac. I don not have the time currently to try this (maybe on the weekend): Create an...
Can you provide a minimum compilable example to reproduce this?
Thanks for the information. I don't know if there is anything you can configure with regards to that. And I don't know if this is something that should be addressed...
Nothing planned yet.
~~~ mapView.addEventHandler(MarkerEvent.MARKER_ENTERED, event -> { event.consume(); event.getMarker().attachLabel(new MapLabel("MARKER_ENTERED")); }); ~~~ The label you create in the event handler will go out of scope as soon as the event handler is...
The `slf4j` messages you see mean that you do not have a logging library implementation on your classpath with an appropriate configuration. As for the WMS server: When I use...
sorry, I have no time to experiment with JSFiddle. The link that are produced for your WMS configuration return transparent images, so there must be an error in that configuration.
I think that the browser / OpenLayers catch the drag event on the map view so that JavaFX does not get it. I am able to get the dragEneterd and...
I'll leave this issue open, would be a nice addition to add when I find the time
Both `ElasticsearchTemplate` and `ReactiveElasticsearchTemplate` provide a method `execute()` that takes a callback method that gets passed the underlying client to operate on. By this it is possible to do any...