The minScale and maxScale properties of LabelClass in ArcGIS API for JavaScript 4.3 and 4.2 do not work with values below 1129.
上次发布: July 26, 2017ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000104748
已提交
April 26, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
N/A
操作系统
Windows OS
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
When `minScale` is smaller than the scale of the highest LOD then the labels/symbols are not displayed anymore. In this example, the map goes down to level 19, which has scale 1128.4971763449764. Anything below that scale will never show up (or never hide when used in maxScale).