正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
... | ... | @@ -79,10 +79,11 @@ namespace DmpWmts |
79 | 79 | response.SetHeader("Content-Type", "application/xml"); |
80 | 80 | |
81 | 81 | response.WriteContent(p,len); |
82 | - */ | |
82 | + | |
83 | 83 | std::shared_ptr<DmpCapabiliTilesProvider> provider = CapabiliTileProviderFactory::GetProvider(); |
84 | 84 | provider->WriteCapabilities(response); |
85 | - //response.Write("wmts, GetCapabilities"); | |
85 | + */ | |
86 | + response.Write("wmts, GetCapabilities"); | |
86 | 87 | } |
87 | 88 | else if (boost::iequals(req, "GetFeatureInfo")) |
88 | 89 | { | ... | ... |
请
注册
或
登录
后发表评论