mapjfx
mapjfx copied to clipboard
JavaFX implementation of a map using OpenLayers and JavaFX
I have the map inside a splitpane, so the user can resize sections of the screen as much as they like But doing to much too quickly leads to the...
I turned a local server with cards. And I get OSM cards on the next URL: http: //localhost/hot / 0/0/0.png and so on. How to change the URL to your...
Hi. i am trying use MapJFX with WMS. Maybe i do something wrong , but i can't find, what i doing wrong. I have this url: http://gis.marine-vts.site/geoserver/wms?version=1.1.0 Here is the...
Hi Peter-Josef Meisch :) I can`t attachLabel() to marker while EventHandler is MARKER_ENTERED and detachLabel() to marker while EventHandler is MARKER_EXITED Ex ``` mapView.addEventHandler(MarkerEvent.MARKER_ENTERED, event -> { event.consume(); event.getMarker().attachLabel(new MapLabel("MARKER_ENTERED"));...
Is it possible to handle dropped files on the MapView? I'm trying the following without any luck. ``` mMapView.setOnDragOver(dragEvent -> { Dragboard board = dragEvent.getDragboard(); if (board.hasFiles()) { dragEvent.acceptTransferModes(TransferMode.COPY); }...
Hello, Great lib, Great work, ty for that ! :) Question : Are the Circular polygone / Arc / ATAN in the RoadMap ? I need to draw a quarter...