cpesch / RouteConverter

The popular GPS conversion and editing tool
http://www.routeconverter.com
Other
145 stars 40 forks source link

[FEATURE REQUEST] show description box on the waypoint #88

Open Smig0l opened 3 months ago

Smig0l commented 3 months ago

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.

cpesch commented 3 months ago

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.