Publishing a service from ArcGIS Pro with custom symbology reduces the symbology size when accessed in Map Viewer.
Portal for ArcGIS
漏洞 ID 编号
BUG-000168504
已提交
June 21, 2024
上次修改时间
April 6, 2025
适用范围
Portal for ArcGIS
找到的版本
11.1
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
To retain a large symbol size at a specific scale and have the point persist at that size at the set scale while adjusting as the user zooms out, a sizeInfo under the visual variable is required. This can be configured in Map Viewer using the Auto Adjust Size option. The setting is stored at the layer item and web map level, not within the service-level renderer information.
Based on the notes and review of the ArcGIS Pro project, it appears that ArcGIS Pro applies a sizing fix specific to the scale it's currently using. When the service is loaded independently in Map Viewer, there is no property indicating a fixed size for the scale. This behavior needs to be written into the web map or layer item, as that is where size settings for map scales are stored. Currently, the service itself does not contain any information specifying that the symbol should behave this way.
Refer to the following links https://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/ and https://doc.arcgis.com/en/arcgis-online/create-maps/use-style-options-mv.htm for more information.