You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
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 dragExited events, but not the dragOver.
I'm not sure if it would make sense to catch a drag event in the javascript layer and pass it out to the java object. We would need to convert it to to a DragEvent with the dragboard and actual coordinates. Might be doable.
Is it possible to handle dropped files on the MapView?
I'm trying the following without any luck.
The text was updated successfully, but these errors were encountered: