Closed Issue: Map mouse cursor locks when overlay removed [16050]
When the cursor changes icon when over a marker within an overay, if the overlay is changed to IsVisible=False the mouse icon does not return and subsequent selection is not possible on the...
View ArticleCommented Issue: Map mouse cursor locks when overlay removed [16050]
When the cursor changes icon when over a marker within an overay, if the overlay is changed to IsVisible=False the mouse icon does not return and subsequent selection is not possible on the...
View ArticleCommented Issue: Map mouse cursor locks when overlay removed [16050]
When the cursor changes icon when over a marker within an overay, if the overlay is changed to IsVisible=False the mouse icon does not return and subsequent selection is not possible on the...
View ArticleUpdated Release: Hot Build (Apr 18, 2013)
summary: GMap.NET.Core: fixed SocksHttpWebResponse issues...date: Thu Apr 18 14:26:18 2013 +0300user: radiomantag: tipchangeset: 862:6d9e09fe7c57
View ArticleReleased: Hot Build (Apr 19, 2013)
summary: GMap.NET.WindowsForms: restore cursor when setting IsVisible = false date: Fri Apr 19 17:05:56 2013 +0300 user: radioman tag: tip changeset: 863:3d90a3180cd6
View ArticleUpdated Release: Hot Build (Apr 19, 2013)
summary: GMap.NET.WindowsForms: restore cursor when setting IsVisible = falsedate: Fri Apr 19 17:05:56 2013 +0300user: radiomantag: tipchangeset: 863:3d90a3180cd6
View ArticleNew Post: Drawing on the map
Xandolph; On the 2nd of this month you gave some advise:"Some more points to consider: Do you add your overlay to the map in the mouse click event handler? If so, don't! Move this code to the...
View ArticleNew Post: Google Maps JavaScript v2
Sorry if this has been covered. Q: Will the google map part be affected by v3 migration? I read this and then...
View ArticleNew Post: Drawing on the map
Hi! Do you have a class variable declared for route? (private GMapRoute route;) Your line " GMapRoute route = new GMapRoute(new List<PointLatLng>(), "Route");" in the form_load event should be...
View ArticleNew Post: GMAPs.Net Create Circles and Rectangles inside the map
How can I create circles and rectangles by user mouse ?
View ArticleNew Post: GMAPs.Net Create Circles and Rectangles inside the map
How can I create circles and rectangles by user mouse ?
View ArticleNew Post: GMAPs.Net Create Circles and Rectangles inside the map
I just want the following: for circle: 1) on mouse down set its center 2) on mouse move increase the radius and the show the circle borders. 3) mouse leave the circle is drawn.
View ArticleNew Post: GMAPs.Net Create Circles and Rectangles inside the map
And thanks for your reply :)
View ArticleNew Post: change in position of custom marker image while zooming in and out
hello, I have created a custom marker image. however when i zoom out, image is displayed somewhere else on the map away from the original position the figure on the left shows actual position of image,...
View ArticleNew Post: build 3d90a3180cd6 doesnt work
after more careful check i've fixed it, thanks for reporting! p.s. having cache helps in such situations, i haven't even noticed the issue...
View ArticleNew Post: change in position of custom marker image while zooming in and out
so why default markers don't have this issue?
View ArticleNew Post: change in position of custom marker image while zooming in and out
I don't know the reason. This is my custom marker code, public class GMapImage : GMapMarker{ private Image image; public Image Image { get { return image; } set { image = value; if (image != null) {...
View ArticleUpdated Release: Hot Build (Apr 19, 2013)
summary: GMap.NET.WindowsForms: restore cursor when setting IsVisible = falsedate: Fri Apr 19 17:05:56 2013 +0300user: radiomantag: tipchangeset: 863:3d90a3180cd6
View Article