Unable to zoom out to full extent in ArcGIS Runtime SDK for .NET applications when a minimum scale is set on a polygon layer in a mobile map package.
最後に公開された状態: February 26, 2019ArcGIS Runtime SDK
不具合 ID 番号
BUG-000120072
送信されました
February 13, 2019
最終更新日
June 5, 2024
適用対象
ArcGIS Runtime SDK
見つかったバージョン
100.4
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
This is the as-designed behavior: the first layer in the map document (the bottom-most layer in the view) available during map load() is used for the map min scale and max scale properties. To override this behavior, the developer should explicitly set the Map.MinScale property to another value e.g. `Map.MinScale = 0;` or expose functionality to allow the user to override within the application.