正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -140,7 +140,7 @@ namespace DmpWmts | @@ -140,7 +140,7 @@ namespace DmpWmts | ||
140 | rGroup = rGroup * packSize; | 140 | rGroup = rGroup * packSize; |
141 | int cGroup = (int)col/packSize; | 141 | int cGroup = (int)col/packSize; |
142 | cGroup = cGroup*packSize; | 142 | cGroup = cGroup*packSize; |
143 | - rootPath_="/mnt/d/Code/tiles/gdmap/_alllayers"; | 143 | + //rootPath_="/mnt/d/Code/tiles/gdmap/_alllayers"; |
144 | std::string bundleBase =GetBundlePath(level,rGroup,cGroup); | 144 | std::string bundleBase =GetBundlePath(level,rGroup,cGroup); |
145 | std::string bundleFilePath = bundleBase + ".bundle"; | 145 | std::string bundleFilePath = bundleBase + ".bundle"; |
146 | std::string bundlxFilePath = bundleBase + ".bundlx"; | 146 | std::string bundlxFilePath = bundleBase + ".bundlx"; |
@@ -31,7 +31,7 @@ namespace DmpWmts | @@ -31,7 +31,7 @@ namespace DmpWmts | ||
31 | { | 31 | { |
32 | std::string tileVersion= dmpTileLayer->getVendor(); | 32 | std::string tileVersion= dmpTileLayer->getVendor(); |
33 | std::string tilePath=dmpTileLayer->getDataSource(); | 33 | std::string tilePath=dmpTileLayer->getDataSource(); |
34 | - tilePath = "/mnt/d/Code/tiles/gdmap/_alllayers"; | 34 | + //tilePath = "/mnt/d/Code/tiles/gdmap/_alllayers"; |
35 | //std::string tileVersion_ = "ESRI_V1"; | 35 | //std::string tileVersion_ = "ESRI_V1"; |
36 | int iver=StringToVector(tileVersion); | 36 | int iver=StringToVector(tileVersion); |
37 | Vendor version = (Vendor)boost::lexical_cast<int>(iver); | 37 | Vendor version = (Vendor)boost::lexical_cast<int>(iver); |
请
注册
或
登录
后发表评论