judero01col / GMap.NET

GMap.NET Windows Forms & Presentation is an excellent open source, powerful, free and cross-platform .NET control. Allows the use of routing, geocoding, directions and maps from Google, Yahoo!, Bing, OpenStreetMap, ArcGIS, Pergo, SigPac, Yendux, Mapy.cz, Maps.lt, iKarte.lv, NearMap, HereMap, CloudMade, WikiMapia, MapQuest and many more.
Other
440 stars 197 forks source link

GMapMarker position aways in mapcontrol lefttop when drag map #164

Open ShuangTong-Git opened 1 year ago

ShuangTong-Git commented 1 year ago

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.

ShuangTong-Git commented 1 year ago

The same is true with WPF demo

kezara commented 1 year ago

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?

DanielAMCON commented 7 months ago

Hi, I just ran into the same issue. Does someone have a solution or workaround for this?