laptop and a wrench

不具合

Unable to add or edit features using the Editor toolbar in an application built with the JavaScript Application Program Interface (API) if the map object contains a Web Map Tile Service (WMTS) layer.

最後に公開された状態: June 18, 2015 ArcGIS API for JavaScript
不具合 ID 番号 BUG-000087251
送信されましたApril 27, 2015
最終更新日June 3, 2025
適用対象ArcGIS API for JavaScript
見つかったバージョン3.13
オペレーティング システムWindows OS
修正されたバージョン3.14
ステータスFixed

対処法

The workflow outlined in the following code snippet allows the Editor widget to function correctly: var wmtsLayer = new WMTSLayer("<URL to your layer>", options); //Create a URL Object var url = {"path":"<URL to your layer>", "query":null}; //Wait until the WMTS Layer has loaded, then change its _url parameter to the above object wmtsLayer.on("load", function() { //Set the WMTS layer _url variable to the variable created wmtsLayer._url = url; //Add the WMTS layer to the map map.addLayer(wmtsLayer);

再現の手順

不具合 ID: BUG-000087251

ソフトウェア:

  • ArcGIS API for JavaScript

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動