提交 c524456dcb31d65de5fd66943ef78daf173c4528

作者 LJH 李佳桓
1 个父辈 87f25d1f

ljh

... ... @@ -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);
... ...
注册登录 后发表评论