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.