A map service published with a definition query on geometry fields such as Shape.STArea() and Shape.STLength() fail to render in ArcGIS Server 10.5.
上次发布: August 6, 2018ArcGIS GIS Server
漏洞 ID 编号
BUG-000115720
已提交
July 28, 2018
上次修改时间
September 1, 2024
适用范围
ArcGIS GIS Server
找到的版本
10.5.1
状态
In Review
该问题正在审查中。 审查过程可确保问题包含所有必要信息、易于理解、不与现有问题重复,且为关于漏洞或增强功能的有效请求。 在此阶段,可能会联系您进行说明或提供其他信息。
解决办法
There are no issues when working with a file geodatabase. Change the definition query so that the word 'SHAPE' is in brackets. For example, change the definition query 'SHAPE.STArea() > 500000' to '[SHAPE].STArea() > 500000'.