正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
... | ... | @@ -57,7 +57,7 @@ namespace DmpTms |
57 | 57 | int tileMatrix_=atoi(vec_[isize_-3].c_str()); |
58 | 58 | const DmpProject *project = context.project(); |
59 | 59 | DmpTileLayer *tileLayer = static_cast<DmpTileLayer *>(project->getLayer("layer")); |
60 | - std::string format_=tileLayer->getFormat(); | |
60 | + std::string format_=vec0_[1].c_str(); | |
61 | 61 | std::string filePath_=tileLayer->getDataSource(); |
62 | 62 | if(filePath_.empty()) |
63 | 63 | { | ... | ... |
请
注册
或
登录
后发表评论