New Post: Marker Offset and map zoom in zoom out
Hello thanks for sharing your excellent library. I am using the latest wpf version and i noticed that when i add a marker in the map when i zoom out it loses its original position and point elsewhere....
View ArticleNew Post: Strange lines/artifacts with Dynamic ScaleMode
Radioman, please please change WPF DrawMap: (x + 0.6, y + 0.6, width + 0.6, height + 0.6) to (x - 0.5, y - 0.5, width + 1.0, height + 1.0). It's not the perfect solution (switching from int/long to...
View ArticleNew Post: Strange lines/artifacts with Dynamic ScaleMode
using your code: using old code: doubtful improvement ;}
View ArticleNew Post: move marker along the route
Xandolph wrote: Here's a link to my complete Utilities class, there are some other helpful methods as well :-) What is library that you used for ( using MapTools; ) in your code, i found the (ProjNet...
View ArticleNew Post: move marker along the route
MapTools.dll is just a .NET wrapper for shapelib.dll, it is used to read and write shapefiles. Checkout the method GetRoutesFromShapefile()... ProjNet is used to convert projections (e.g. from...
View ArticleNew Post: Google Satellite View link broken Feb 2, 2014?
I've been working with latest build in WPF and yesterday the link to Google Satellite Maps quit working with error 404. Tries from different ISPs with same result. urls are of the form:...
View ArticleNew Post: Google Satellite View link broken Feb 2, 2014?
FYI - Other providers work fine (Open Street Maps, Yahoo Satellite, etc)
View ArticleNew Post: Google Satellite View link broken Feb 2, 2014?
you use old version, somehow google version detection doesn't work
View ArticleUpdated Release: Hot Build (Jan 07, 2014)
summary: GMap.NET.Core: fixed FIPS issuedate: Tue Jan 07 17:08:08 2014 +0200user: radiomantag: tipchangeset: 906:f86d1b1fad37
View ArticleReleased: Hot Build (Feb 04, 2014)
summary: GMap.NET.Core: updated coogle versions date: Tue Feb 04 12:34:37 2014 +0200 user: radioman tag: tip changeset: 907:3660acb94e16
View ArticleUpdated Release: Hot Build (Feb 04, 2014)
summary: GMap.NET.Core: updated coogle versionsdate: Tue Feb 04 12:34:37 2014 +0200user: radiomantag: tipchangeset: 907:3660acb94e16
View ArticleNew Post: GMapPolygon, GMapRoute: Fill Brush, Stroke Pen are Disposed
Did this change affect the GMapPolygon.Stroke.Brush property? I'm having issues where all my Polygons have the same brush colour as the last one added to the overlay. I've just set them to black for...
View ArticleCreated Unassigned: Multiple Marker Click event with superimposed markers...
Hello,I found that GMapControl raise several marker click event if the markers are in different overlays and superimposed.In order to avoid this behaviour, the program has to stop the loop which is...
View ArticleNew Post: Disable tooltips auto possitioning on a layer
Hello All, I saw a discussion about disable auto-possitioning toolips on a layer but I could not find the property within the layer to say AUTO POSITION TOOLTIPS = TRUE/FALSE. Is anybody knows the...
View ArticleCommented Unassigned: GMap.NET Active X Component Shuts down [16094]
I have made an ActiveX component using GMap.Net which in general works really well, but has one problem I cannot understand. All markers on all overlays are displayed correctly. I van see them using...
View ArticleNew Post: Select Multiple Markers with Alt+Mouse Down/Up .
Hello Radioman, Great work ! The best Open source API i have ever worked with. My question is How can I select multiple markers from a map . In the demo , when I use Alt+Mouse Down/Up over a list of...
View ArticleNew Post: How to trigger the OnSelectionChange event when the selection is...
If I change a map selection, the OnSelectionChange event is triggered, but if I have a "normal" selection and then only click the map to clear this selection, it looks like the OnSelectionChange event...
View ArticleNew Post: Select Multiple Markers with Alt+Mouse Down/Up .
i would iterate markers and check if its in the area
View ArticleNew Post: Select Multiple Markers with Alt+Mouse Down/Up .
Thank you for the reply . I know that SelectedArea event argument has Lat/Long , so should i iterate and see if the marker's lat/long falls within the selected area . Is that correct ?
View Article