judero01col/GMap.NET

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

Kozinaka opened this issue · 0 comments

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