RouteConverter icon indicating copy to clipboard operation
RouteConverter copied to clipboard

[FEATURE REQUEST] show description box on the waypoint

Open Smig0l opened this issue 1 year ago • 1 comments

Hi! is it possible to show a small box that contains the description of a selected waypoint? Screenshot from 2024-08-06 17-03-00 like this example.

Thanks!

Version used: 3.1 windows build. KML file exported from GoogleEarth.

Smig0l avatar Aug 06 '24 15:08 Smig0l

It won't be easy, as the mapsforge library, which is used for rendering, supports only a few basic overlays but no popup:

https://github.com/mapsforge/mapsforge/tree/master/mapsforge-map/src/main/java/org/mapsforge/map/layer/overlay

I had the feature for the removed Google Maps-based map but it suffered from performance problems, when there were more than 40 or 50 waypoints with popups – so I never implemented it with mapsforge.

cpesch avatar Aug 27 '24 13:08 cpesch