This commit is contained in:
2020-05-26 18:14:08 +08:00
parent 08dcb44e3c
commit 88d80a7504
6 changed files with 27 additions and 10 deletions
-4
View File
@@ -57,11 +57,7 @@ QString Cache::CacheLocation()
Cache::Cache()//修改地址
{
if (cache.isNull() | cache.isEmpty()) {
// cache = QDir::homePath() + "/mapscache/";
// cache = QDir::currentPath() + "/mapscache/";
cache = QDir::currentPath() + "/maps/";
//cache = "./maps/";
// cache = Utils::PathUtils().GetStoragePath() + "mapscache" + QDir::separator();
#ifdef DEBUG_GetGeocoderFromCache
qDebug() << cache;
#endif