New Post: How to stop gmap from painting
Thank you. rtfm demo source you mean rtfds ;-) Best Regards Gerhard
View ArticleNew Post: Index of selected Marker (Map_OnMarkerEnter)
Hi Guys.. Im a LabVIEW user. I couldn't catch on this statement. GMapControl1_OnMarkerClick(ByVal item As GMap.NET.WindowsForms.GMapMarker, ByVal e As System.Windows.Forms.MouseEventArgs) Handles...
View ArticleNew Post: TileHost - LeafletJS web demo clears exception errors on loading...
Hi, I like Gmap.net and added it to my vb.net windows form application working with chemical analytical data to plot locations of sampling points on a map. I came to vb.net from vb6 and not familiar...
View ArticleNew Post: TileHost - LeafletJS web demo clears exception errors on loading...
you can try: GMapProvider.WebProxy = WebRequest.DefaultWebProxy // or your custom proxy
View ArticleNew Post: Marker Click on WPF
Hi, To make it work, I had to create a CustomMarker class, like you did in the demo. Now, I can select markers in the view. But how can I do the same for route objects?
View ArticleNew Post: Marker Click on WPF
It would have been too easy... Here's the way I create the marker for a point: GMapMarker m = new GMapMarker(new PointLatLng(YLat.Value, XLon.Value)); stream =...
View ArticleNew Post: Marker Click on WPF
Actually, I just want to draw a line between 2 objects, maybe the MapRoute object is not the best to do that. Is there a simple line object?
View ArticleNew Post: How to make GMap.NET to display the exact earth region, given Lat/Lng?
Hey, I am trying to call SetZoomToFitRect() with the top left corner Lat/Lng in degrees and calculated width and height, but the resulting map zoom is very different from what it visually should be....
View ArticleNew Post: TileHost - LeafletJS web demo clears exception errors on loading...
Thanks radioman! I tried DefaultWebProxy and also tried custom proxy. It still goes on and off at work network. I probably need to develop some caching/prefetching strategy. Maybe zooming setup can...
View ArticleNew Post: Disappearing routes and overlapping routes - WPF
Does anyone know the answer and can help my?
View ArticleNew Post: How to make GMap.NET to display the exact earth region, given Lat/Lng?
Thanks, radioman. Used that and here is what I have: My software changes the scale, I take the TopLeft (42.4408439372803, -71.0172247313498) and BottomRight(42.4280659657428, -70.9800735791377) and...
View ArticleNew Post: How to make GMap.NET to display the exact earth region, given Lat/Lng?
with SelectedArea you get blue line area, and thats it
View ArticleNew Post: How to make GMap.NET to display the exact earth region, given Lat/Lng?
I am sorry - I don't need a blue line, I really need to know how to kindly ask GMap to display the rectangular map area with TopLeft (42.4408439372803, -71.0172247313498) and...
View ArticleNew Post: How to make GMap.NET to display the exact earth region, given Lat/Lng?
SetZoomToFitRect sets the nearest level of zoom to contain your area, you can't get 'exact fit'
View ArticleUpdated Release: Hot Build (Jul 22, 2013)
summary: Demo.WindowsPresentation: cleanup...date: Mon Jul 22 17:30:20 2013 +0300user: radiomantag: tipchangeset: 893:6ed99c79a967
View ArticleReleased: Hot Build (Aug 05, 2013)
summary: Demo.WindowsForms: fixed log visualization bug date: Mon Aug 05 15:57:01 2013 +0300 user: radioman tag: tip changeset: 894:415da84b4972
View Article