The REST API Query operation does not return geometry for features that contain true curves. The "N/A" or "Error 500" message is returned when selecting individual features.
ArcGIS GIS Server
漏洞 ID 编号
BUG-000165870
已提交
March 12, 2024
上次修改时间
June 5, 2024
适用范围
ArcGIS GIS Server
找到的版本
11.2
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The &returnTrueCurves=true key-value pair is missing from the request. In order to get curves from a feature resource, returnTrueCurves parameter must be passed along.
For example:
https://machine.domain/arcgis/rest/services//MapServer/0/1?f=html&returnTrueCurves=true
https://machine.domain/arcgis/rest/services//MapServer/0/1?f=pjson&returnTrueCurves=true