Unable to add a non-Esri Web Map Service (WMS) layer to Web AppBuilder for ArcGIS application using the Add Data widget.
上次发布: December 12, 2017ArcGIS Web AppBuilder developer edition
漏洞 ID 编号
BUG-000105409
已提交
May 25, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Web AppBuilder developer edition
找到的版本
2.4
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
We access Web Map Service (WMS) layers using the ArcGIS API for JavaScript and they require a proxy, which is the issue.
We got the proxy to work:
Downloaded an app.
Do not add "nccoastalatlas.org" to the authorizedCrossOrginDomains.
Setup a proxy using IIS, proxy.ashx and config.json:
"httpProxy": {
"useProxy": true,
"alwaysUseProxy": false,
"url": "./proxy.ashx",
"rules": []
}