The Export Map request of a map service shows no data when the layer definition parameter contains two or more values of the same attribute.
上次发布: July 5, 2018ArcGIS GIS Server
漏洞 ID 编号
BUG-000114842
已提交
June 22, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS GIS Server
找到的版本
10.5.1
操作系统
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Known Limit. Layer definitions cannot work when the same field is using the boolean AND operator. A single feature's field only has one value, it can't have two at once.
Layer Definitions do work with Boolean OR operators on the same field.
Example:
{"0":"(name = 'Cheyenne' OR name = 'Laramie')"}