New Post: Error when drag the map to WinForm
I enabled first chance exceptions. Now it gives this error: A first chance exception of type 'System.BadImageFormatException' occurred in GMap.NET.Core.dll Additional information: Could not load file...
View ArticleNew Post: Error when drag the map to WinForm
So what's the problem with my program?! I can't solve it :(
View ArticleNew Post: White (empty) tiles being cached
Hi radioman, I have a problem with white tiles being cached in the database. I have a situation where the internet connection is not always up. Because of that sometimes tiles are not loaded correctly...
View ArticleNew Post: Build 4ff426952bbc - Markers do not show reliably - require Zoom...
Hi all I found a solution for this problem. by using UpdateMarkerLocalPosition fuction. youGMapControl.UpdateMarkerLocalPosition(marker); Happy coding Linh
View ArticleNew Post: White (empty) tiles being cached
what do you mean 'tiles are not loaded correctly'?
View ArticleNew Post: Zoom in and out using buttons instead of mosue wheel
Hi. Great work man, thanks for code, I am using this for my project, but i have a problem while using zoom, if i zoom map using button created by me then i lost all pins and routes on my map, but i use...
View ArticleNew Post: White (empty) tiles being cached
If the internet connection is lost. Tiles sometimes are written to cache as a white tile. I think a part of the solution is a thread checking the internet connection while working with the map so the...
View ArticleNew Post: White (empty) tiles being cached
Can you discribe what happens if gmap is running in serverandcache en the internet connection fails?
View ArticleNew Post: Make dll of my customized version of Gmap.net
Hi radioman! I've changed some features in your great Gmap.NET! Now I want to make dll of this new version og Gmap.Net. How can I do that? tanks in advance!
View ArticleNew Post: White (empty) tiles being cached
tiles are loaded from cache, if there is no tile in cache, it tries to load it from the web, if fails, no tile are loaded or saved
View ArticleNew Post: Make dll of my customized version of Gmap.net
just make a fork and add the changes
View ArticleNew Post: OutOfMemory dispaying lots of markers with custom icon?
Hello all, I have a layer that displays thousands of markers and I am using a 4k sized custom bitmap (.png) for the icon but everytime I try to display the layer, I get an OutOfMemory error. I set up...
View ArticleNew Post: Great Circle routes?
Can {geodesic:true} be used on GMap.Net? When {geodesic:true} is set on a webbrowser version of GMaps, long distance routes are shown as great circle routes and not straight lines from point A to point...
View ArticleNew Post: White (empty) tiles being cached
Ok, thanks! The white tile issue is my own fault. In the custom provider I returned a blank tile if the tile was not found.
View ArticleNew Post: Secondairy cache clean up
Hi radioman, Another question: In your version DelteOlderThan is only implemented on the primairy cache and not on the secondairy. What happens with a tile in the secondairy if the same tile in the...
View ArticleNew Post: Secondairy cache clean up
tile will be loaded from secondary cache and therefore will be added back to primary
View Article