The shape marker symbology is not preserved when polygon features are published from ArcGIS Pro to ArcGIS Online.
上次发布: September 17, 2021ArcGIS Online
漏洞 ID 编号
BUG-000142709
已提交
September 3, 2021
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
9.2
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a known limitation. ArcGIS Pro downgrades the symbol during publishing.
It is shown in the analyzer but when viewing the web map JSON, the symbol is downgraded to simple and no CIM/Marker references. Refer to, https://pro.arcgis.com/en/pro-app/latest/help/sharing/analyzer-warning-messages/24082-layer-s-symbol-will-be-downgraded.htm.
layerDefinition: {geometryType: "esriGeometryPolygon", objectIdField: "Object_ID", drawingInfo: {,…},…}
drawingInfo: {,…}
renderer: {type: "simple", symbol: {type: "esriSFS", style: "esriSFSSolid", color: [0, 174, 239, 255],…}}
symbol: {type: "esriSFS", style: "esriSFSSolid", color: [0, 174, 239, 255],…}
color: [0, 174, 239, 255]
outline: {type: "esriSLS", style: "esriSLSSolid", color: [0, 174, 239, 255], width: 0.4}
style: "esriSFSSolid"
type: "esriSFS"