GMap.NET
GMap.NET copied to clipboard
GMapMarker position aways in mapcontrol lefttop when drag map
I use gmapmarker to mark on the map. When the remote desktop is connected to the PC where the GMap application is located, the newly created mark directly jumps to the upper left corner of the map control, and the position of the map mark remains unchanged after dragging.
The same is true with WPF demo
Hello, I have the same issue when working on remote desktop. When I start application markers are in correct position, but when reconnect to remote desktop, after connection has been broken and while application is still turned on, markers shift to the upper left corner. Zooming or moving map does not move the markers, like they are fixed for that new, incorrect, position. I found on SO that something similar is happening if you add markers directly to map, or before you add overlay to the map for WinForms. Adding overlay to the map, and then markers to overlay seems to solve the issue in forms, but what about WPF, WPF GMapControl doesn't have Overlays? Or we are missing something?
Hi, I just ran into the same issue. Does someone have a solution or workaround for this?