New Post: Prefetching Geocoding
Hi, not sure if this has been asked before however I could not find a suitable answer. I am currently pre-fetching tiles into a MSSQL database, however (And I may be wrong) I do not believe that the...
View ArticleNew Post: Prefetching Geocoding
geocoding is cached only localy, C:\Users\xxx\AppData\Local\GMap.NET\GeocoderCache ..and it's quite impossible to cache all possible requests
View ArticleNew Post: remove margins of a bitmap created from GMAP.NET and GHEAT.NET by...
I am working on C# VS2013 WPF. I have created a heatmap for some points (with lat/longitude) on a map based on OpenStreetMap (OSM). I used OSM control lib GMAP.net (http://greatmaps.codeplex.com/) and...
View ArticleCreated Unassigned: ToolStrip + StatusStrip in WinForms [16133]
Hello! I am not an expert, but I am using ToolStrip (top) + StatusStrip (bottom) in WinForms (all docked) and when I dock a GMap map then part of the map is cut/hidden below StatusStrip (bottom).
View ArticleCommented Unassigned: ToolStrip + StatusStrip in WinForms [16133]
Hello! I am not an expert, but I am using ToolStrip (top) + StatusStrip (bottom) in WinForms (all docked) and when I dock a GMap map then part of the map is cut/hidden below StatusStrip...
View ArticleNew Post: Ploting all points of interest on route
So far I have created a windows form having gmap with bingmaps. I also implemented route finding between two locations. I need to find out some custom places of interest on that will lie this route....
View ArticleCommented Unassigned: ToolStrip + StatusStrip in WinForms [16133]
Hello! I am not an expert, but I am using ToolStrip (top) + StatusStrip (bottom) in WinForms (all docked) and when I dock a GMap map then part of the map is cut/hidden below StatusStrip...
View ArticleNew Post: Reduce the size of the GMapProviders list
I need to only include a short list of the GMapProviders list how do i do this in c#
View ArticleCreated Unassigned: Route.Stroke with Problems [16134]
Hello all I use followed codes: GMapRoute route1 = new GMapRoute(points1, "myroute1"); GMapRoute route2 = new GMapRoute(points2, "myroute2"); route1.Stroke.Color = Color.Red; route2.Stroke.Color =...
View ArticleNew Post: Reduce the size of the GMapProviders list
You have to do it manually, by selecting the GMapProviders that you want and put them in a combobox for example.
View ArticleNew Post: Adding text to a marker
Here's a code to draw a circle marker and write a number inside it and you can change the circle shape to any other shape in the OnRender() method, hope it help youImports System Imports...
View ArticleNew Post: Is it possible to show (draw) latitude and longitude lines on the...
I need to draw latitude and longitude lines on my map. Is it possible to do with library or I have to draw it manually?
View ArticleCreated Unassigned: Loading tiles [16135]
Hi,I'm a beginner, so maybe this is an easy issue to sort but I'm lost and I need some help, please.I've downloaded GMap with these files (Demo.WindowsForms.exe, GMap.NET.Core.dll, GMap.NET.Core.xml,...
View ArticleCommented Unassigned: Loading tiles [16135]
Hi,I'm a beginner, so maybe this is an easy issue to sort but I'm lost and I need some help, please.I've downloaded GMap with these files (Demo.WindowsForms.exe, GMap.NET.Core.dll, GMap.NET.Core.xml,...
View ArticleCommented Unassigned: Loading tiles [16135]
Hi,I'm a beginner, so maybe this is an easy issue to sort but I'm lost and I need some help, please.I've downloaded GMap with these files (Demo.WindowsForms.exe, GMap.NET.Core.dll, GMap.NET.Core.xml,...
View ArticleNew Post: maps
Dear radioman Thank you so much for this project, exactly is the best solution for my project and i decide to do the donation for continue for this project for you. I just ask a question, Would you...
View ArticleNew Post: maps
..unfortunately it's bitmap data, i guess you can modify it in a crude way somehow, maybe if you generate the tiles yourself
View ArticleReviewed: 1.7 (Nov 21, 2015)
Rated 5 Stars (out of 5) - Excellent project. Took just a few minutes to implement my own MapProvider for our own Intranet map server. Well done on this excellent piece of software. Thanks.
View Article