laptop and a wrench

不具合

Fail to load a web map and the error message, "Provide a geometry service to open Web Map” is returned when center and zoom properties are set in mapOptions.

最後に公開された状態: December 4, 2019 ArcGIS API for JavaScript
不具合 ID 番号 BUG-000126912
送信されましたNovember 21, 2019
最終更新日June 5, 2024
適用対象ArcGIS API for JavaScript
見つかったバージョン3.30
オペレーティング システムN/A
ステータスWill Not Be Addressed

参考情報

There is no plan to address this issue.

対処法

  • Use ArcGIS API for Java Script API 3.28 or previous versions.
  • Use the extent property exclusively in .mapOption as shown in the code snippet below:

var deferred = arcgisUtils.createMap(webMapItemID, "viewDiv", {

   mapOptions: {

    center: [-93.3, 45.0],

    zoom: 10,

    slider: true,

    extent: new Extent({xmin:-20098296,ymin:-2804413,xmax:5920428,ymax:15813776,spatialReference:{wkid:102100}})

   }

    

  })

再現の手順

不具合 ID: BUG-000126912

ソフトウェア:

  • ArcGIS API for JavaScript

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

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

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

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

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

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

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