radioman / greatmaps

GMap.NET - Great Maps for Windows Forms & Presentation
912 stars 408 forks source link

New marker is initially shown on the wrong place #131

Open lordofscripts opened 5 years ago

lordofscripts commented 5 years ago

I am using the GMap.NET MouseClick event handler to create a marker with a dot (purple_dot) and show it on the map.

I click on the map and I see that the marker is initially somewhat displaced from the point I actually clicked upon. Then when I zoom in and out with the mouse wheel, the marker is repositioned (shown) on the correct place where it should have been shown from the beginning.

For that I use clear reference points on the map like the corner of a street or whatever. Therefore I am able to see that the marker is initially shown skewed from its given coordinates until the user uses the mouse wheel. After that the pin/marker is shown on the referenced point.

marcinsma commented 5 years ago

Hi, I have the same.