judero01col / GMap.NET

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, OpenStreetMap, ArcGIS, Pergo, SigPac, Yendux, Mapy.cz, Maps.lt, iKarte.lv, NearMap, HereMap, CloudMade, WikiMapia, MapQuest and many more.
Other
440 stars 197 forks source link

Caching maps on network location doesn't work because of SQLite #179

Open Kozinaka opened 1 year ago

Kozinaka commented 1 year ago

After migration from version 1.7.1 to version 2.1.7, the ability to use shared network folders for storing map caches (for example, \\MyServer\MapCache) was lost.

The point is that when parsing the connection string, SQLite treats '\' as a control character for escape sequences. More info: https://system.data.sqlite.org/index.html/info/bbdda6eae2

I temporarily solved the problem with this local fix: GMapNetworkPathFix