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.