New Post: Help needed for new mapprovider and projection
Hi AzWildcard Thank you for taking the time to help me. I have just managed to get my provider working, before I saw your message. The reason for the tiles not downloading is that the user credentials...
View ArticleNew Post: Performance Increase
And where should i implement your Bitmap Conversion - Snippet exactly? I guess i found the correct place to implement these statements (GMapControl.OnPaint()): e.Graphics.CompositingMode =...
View ArticleNew Post: Performance Increase
In GMapImage.cs However SourceCopy would crash if you try to render text so it should be used temporary. public override PureImage FromStream(Stream stream) { GMapImage ret = null; try { #if !PocketPC...
View ArticleNew Post: Performance Increase
Thank you very much, i´ll give it a try later :) Best regards, drugstar500
View ArticleNew Post: HeatMapProvider - Overlay
Hello everyone! I am trying to create a heat map using a provider as recommended in another thread in this forum (Https://greatmaps.codeplex.com/discussions/224237) Also try to solve the heat map using...
View ArticleNew Post: Update ViewArea on GMapControl
Hi, I just started on working with GMap .NET, trying to structure it with MVVM. I have different views (user controls) in which GMapControl resides in. When I switch back and forth on the views, I want...
View ArticleNew Post: Adding large amount of markers
Hello, i've a large amount on markers (about 6000), and i want to add them on the map asynchronously, without freezing map itself, what is a best way to add them?
View ArticleNew Post: How to make a map legend; Please guide me...
You can put anything you like on the map as a static item. For example I put a logo image on the map in the bottom right hand corner as follows. But following code in map form paint event.Private Sub...
View ArticleNew Post: How to make a map legend; Please guide me...
Yes, this is how I made it happen with mark images that I used out of resources in Visual Studio. However, I was trying to make this happen with using the actual Marker Type objects, GMarkerGoogleType...
View ArticleNew Post: Drawing a complex shape involving the whole map.
Hello community, first and foremost I would like to say thank you very much for this amazing Mapping framework!! Secondly, I was wondering if someone could help me with the following question. Let's...
View ArticleNew Post: SetCurrentPositionByKeywords returning ExceptionInCode
Hi RadioMan, I'm very sorry for interpt you, I download the latest 1.7 version form NuGet, but it still tell me ExceptionInCode,Can you help me?Very Thanks!
View ArticleNew Post: SetCurrentPositionByKeywords returning ExceptionInCode
Thaks, I‘ve resolve this!
View ArticleNew Post: accessing Bingmaps using api/client-key
The issue is that the Bing Maps implementation in this project is incorrect and will likely break in the future. Here is an outline of how authentication should be used for Bing Maps in this app:...
View ArticleNew Post: ZoomAndCenterMarkers issue
I don't think that this is a bug as it does what it is supposed to do. I also think it cuts it close and also it is zoomed too far out if there is only 1 marker shown. I haven't got to the point to...
View ArticleNew Post: Export *.gsm file and Import it
My code is like these: MainMap.MapProvider = GMapProviders.GoogleChinaMap;//GoogleMapProvider.; //GMaps.Instance.Mode = AccessMode.CacheOnly; MainMap.Manager.Mode = AccessMode.ServerAndCache;...
View ArticleNew Post: Export *.gsm file and Import it
This path is the the offline file path, I have checked; Also we can use the command of "MainMap.CacheLocation = ..." to redefine the cache "path“; But after I redefine the cache path, the __speed __of...
View Article