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