When adding a new table to a map service via an overwrite, ArcGIS Map Viewer does not recognize the newly added table.
ArcGIS Online
漏洞 ID 编号
BUG-000177405
已提交
June 24, 2025
上次修改时间
July 1, 2025
适用范围
ArcGIS Online
找到的版本
N/A
操作系统
N/A
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
In the web map, tables and operational layers are stored in two different sections of the specification. When a map image layer is added by URL as an operational layer, only the top-level URL is stored, without references to sublayers. Additional sublayers function as expected because none are explicitly written into the map; only the top-level URL (e.g., services.arcgis.com/layername/MapServer) is retained.
In contrast, when a table is added, it is stored under the tables section of the map, and the specific layer ID is included in the web map (e.g., services.arcgis.com/layername/MapServer/1). As a result, newly added tables do not automatically populate, since the application does not inspect the URL to discover additional layers. This design avoids ambiguity in distinguishing between layers that were intentionally removed or not added and those that may appear due to workflows such as overwriting services.