提交 7f07a361064b2ad254c65bf048707cc8ba80ef2d

作者 qingxiongf
1 个父辈 7d10fd1e

wfs

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