GMap.NET icon indicating copy to clipboard operation
GMap.NET copied to clipboard

GMap.NET Windows Forms & Presentation is an excellent open source, powerful, free and cross-platform .NET control. Allows the use of routing, geocoding, directions and maps from Google, Yahoo!, Bing,...

Results 118 GMap.NET issues
Sort by recently updated
recently updated
newest added

Hi all, is it possible to use Bing maps provider via GMap for commercial use using the key included in the GMAP library? Or do I need to replace the...

Perhaps the corner radius of the SelectedArea rectangle could be a property of the control (like the pen and brush)?

I don't know what the purpose of this is Core.cs: 424 ``` if (delta > span) { lock (InvalidationLock) { LastInvalidation = now; } skiped = false; w.ReportProgress(1); Debug.WriteLine("Invalidate delta:...

Hello, We use GMap on a windows form and wondering if there is anyway to hide the business names/point of interest on the map. I just want the street names...

I love using GMap for my mapping purposes;however, i need to be able to display a map that shows the counties... I have found a KMZ file that has this...

How can I avoid Google maps to display POI ? I know that there is a JSON configuration "featureType": "poi", "elementType": "labels.icon", "stylers": [ { "visibility": "off" } but I...

Hello, I think that for the mouse wheel zoom options (MouseWheelZoomType). Only 2 would be enough: - MousePosition - ViewCenter And a new property CenterMouseWhenMouseWheelZoom (boolean) to decide wether or...

There is a bug in the Windows Forms implementation of ObservableCollectionThreadSafe. In the case where there is more than one handler added (subscribed) to the CollectionChanged event, each handler is...

I tried to set the Position by Keywords when the Form loads. As Keyword i used "Deutschland" or a City name in Germany. I found out that there are a...

Two temp solutions. 1. Use GMap.NET.WindowsForms.GMapControl.Width++ or -- can fix it. 2. \GMap.NET.WindowsForms\GMapControl.cs change internal void ForceUpdateOverlays() to public void ForceUpdateOverlays() than call ForceUpdateOverlays() while Form created.