New Post: Dynamic providers: Clear Cache and WMS Provider
Hi @orvindo could you post your working project code ? I am stuck at using the new WMS provider I could not figure out how you managed to send the Url and layer dynamically. Regards cingo S
View ArticleNew Post: The remote server returned an error: (403) Forbidden
Just to followup, retrofitting the newest release to my code to avoid the Google Geocode issue was quick and easy. PointLatLng? pos = GMap.NET.MapProviders.BingMapProvider.Instance.GetPoint(address,...
View ArticleNew Post: RegenerateRouteShape no longer available
Howdy, An awesome application I wrote using GMap.Net all of sudden stopped working. Couldn't add markers; map would just not respond. So I ended up downloading the latest source and although things are...
View ArticleNew Post: MDI application, multiply controls
What do you mean by core.cs? I am having the same issue. i would really appreciate if you can help me on this one. My Map display is a part of MDI form and is one of the child. Till the time i dont...
View ArticleNew Post: MDI application, multiply controls
Hello Radio man I really need your help on this. Dont have a clue where to start.
View ArticleNew Post: GMapControl Won't display more than once
If i use the newest i will get the same problem as axeljlarsen mentioned. Is this a bug in newest? Is there a way to solve it?
View ArticleNew Post: RegenerateRouteShape no longer available
Fyi, I was able to correct my issues but switching to GMapRoute instead of GMapMarker, ala: routeMarker = New GMapRoute(route.Points) routeMarker.RegenerateShape(MainMap) Also, in order to get distance...
View ArticleNew Post: WPF GMaps.Instance.GetLatLngFromGeocoder()
Thanks radioman, I tried the version 1.7 hot build and runs ok, I find the directions. But I have a problem with the markers do not appear on the map. this is my code Main window gmap.Manager.Mode =...
View ArticleNew Post: WPF GMaps.Instance.GetLatLngFromGeocoder()
maybe provider returned unsuccessful response, check GeoCoderStatusCode
View ArticleNew Post: WPF GMaps.Instance.GetLatLngFromGeocoder()
GMap.NET.GeoCoderStatusCode.G_GEO_SUCCESS me back, so I do not know why I did not add the marker. My control map has one marker count, but not shown.
View ArticleNew Post: Calaculate GMapRoute Total Distance
radioman wrote: there is property for that already route.Distance radioman, In what format does route.Distance output the value? In miles? kilometers? nautical miles?
View ArticleNew Post: Great Circle routes?
Xandolph wrote: You're welcome :-) Xandolph, if I do a route.Distance output on a route generated by your code, in what format is it being outputted? Miles? Kilometers? Nautical miles?
View ArticleNew Post: Windows 8 Metro support
No. There are several .NET libraries and functions used by GMap.NET that are not implemented / supported by Windows 8 Metro apps.
View ArticleNew Post: Calaculate GMapRoute Total Distance
AviatorBimmer wrote:radioman wrote: there is property for that already route.Distance radioman, In what format does route.Distance output the value? In miles? kilometers? nautical miles? AviatorBimmer...
View ArticleNew Post: GMap.NET.WindowsForms.dll not exists in buid a3237323fb63 for 3.5
Hello Is it normal that GMap.NET.WindowsForms.dll does not exists in the last build for 3.5 ? I can found them however ib the build for 4.0
View ArticleNew Post: GMap.NET.WindowsForms.dll not exists in buid a3237323fb63 for 3.5
it's in NETv2.0 directory
View ArticleNew Post: GMap.NET.WindowsForms.dll not exists in buid a3237323fb63 for 3.5
Thank You Radioman But also in the NETv4.0 directory So Why not in the NETv3.5 ?
View ArticleNew Post: How does Gmap.net cache works
I´m using the GMAP.net library in a project and I found it was a powerful tool. It´s cache facility made it a real profit to my project. Anyway, I need if someone can tell me a little bit of how it...
View Article