正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -36,7 +36,7 @@ namespace DmpWfs | @@ -36,7 +36,7 @@ namespace DmpWfs | ||
36 | { | 36 | { |
37 | sprintf(char_hrefUrl, "http://%s:%s%s", domain.c_str(),port.c_str(), context.request()->path().c_str()); | 37 | sprintf(char_hrefUrl, "http://%s:%s%s", domain.c_str(),port.c_str(), context.request()->path().c_str()); |
38 | } | 38 | } |
39 | - hrefUrl = DmpMapServerUtil::urlEncode(char_hrefUrl,1024); | 39 | + hrefUrl = char_hrefUrl; |
40 | // hrefUrl = "http://172.26.40.51:8821/?mapService=test"; | 40 | // hrefUrl = "http://172.26.40.51:8821/?mapService=test"; |
41 | std::shared_ptr<boost::property_tree::ptree> doc = getCapabilities(project, name,title, version,hrefUrl, projectSettings); | 41 | std::shared_ptr<boost::property_tree::ptree> doc = getCapabilities(project, name,title, version,hrefUrl, projectSettings); |
42 | 42 |
请
注册
或
登录
后发表评论