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).