New Post: GMaps does not caching the tiles.
Guys , do you have any idea on How to solve the problem? So may be set refference to the SQL dll which embaded to your GMaps library instead of the one I using now( original one)...?
View ArticleNew Post: GMaps does not caching the tiles.
remove this line:If Not IO.File.Exists(MapCacheFile) Then CacheProviders.SQLitePureImageCache.CreateEmptyDB(MapCacheFile)
View ArticleNew Post: GMaps does not caching the tiles.
I have remover, but it is not fix :( The db.file does not creating, even if I put another file with caches in new cache location it see the DB file but does not load any tiles with sign on the chart.
View ArticleNew Post: No line between points in Gmap.Net route
Hi, First, thanks for the great control, Gmap.Net. I'm using Gmap.Net on windows form, I want to draw track of an object when I receive its position, I use Routes for this. When I add points to a...
View ArticleNew Post: No line between points in Gmap.Net route
replace last line:gMapControl1.Invalidate();
View ArticleNew Post: No line between points in Gmap.Net route
radioman, I tried Invalidate but it doesn't solve the problem, any other idea? I used the gmapcontrol inside a windows form that this form is used as a dockable windows , can tthis cause the problem?
View ArticleNew Post: No line between points in Gmap.Net route
Hi, I changed my project to simple one, now the map control is on the main form of my application , still the bug exists. There are two notes to consider about this code: First, points are added to the...
View ArticleNew Post: GMaps does not caching the tiles.
No, permissions are OK... So I have moved my project from VS2010 to VS2013 and... The GMDB file has been created, with size 32,928kb... The app hungs while closing what showing that tiles are...
View ArticleNew Post: GMaps does not caching the tiles.
So... I found only one way... To replace the Native SQL assembly in GMaps.Net shared folder to my dll which I used in my project. At sturt up I have the following message:SQLiteVersion: 3.13.0 |...
View ArticleNew Post: GMaps does not caching the tiles.
Confirm also for VS2010 - works well after replacing your native GMaps SQL Lite DLL with the one I using in my project. So how to replace your lib with my?
View ArticleNew Post: No line between points in Gmap.Net route
Hi, Someone in stackoverflow helped me in solving the issue, the final solution is calling below methods together:gMapControl1.Invalidate(); gMapControl1.UpdateRouteLocalPosition(deviceRoute); //----in...
View ArticleNew Post: GMaps does not caching the tiles.
current embedded version is SQLiteVersion: 3.8.11.1 | 2015-07-29, i'll try to update it p.s. it's in GMap.NET\GMap.NET.Core\Properties\Resources.resx
View ArticleUpdated Release: Hot Build (Oct 09, 2015)
cutting edge features and bug-fixesbuild log: https://ci.appveyor.com/project/radioman/greatmaps-byuu0
View ArticleReleased: Hot Build (Aug 30, 2016)
cutting edge features and bug-fixes build log: https://ci.appveyor.com/project/radioman/greatmaps-byuu0
View ArticleUpdated Release: Hot Build (Aug 30, 2016)
cutting edge features and bug-fixesbuild log: https://ci.appveyor.com/project/radioman/greatmaps-byuu0
View ArticleNew Post: List of new features?
Just got an email from CodePlex: Updated release "Hot Build" for project greatmaps cutting edge features and bug-fixes Sorry, I cannot find the list of new features and bug fixes. Can someone please...
View ArticleNew Post: List of new features?
..it's casual hotbuild, commit trigger is gone from codeplex, so i hit the manual one, nothing special, check the source history if you interested
View ArticleNew Post: Route - distance inside city and outside
I have a route determined by several markers. I want to know how many kilometers are inside and how many are in outside towns. It is possible to determine? Thank you!
View Article