ArcGIS Runtime SDK for Qt does not honor custom ArcGIS Pro Billboard3D stylx symbology.
最後に公開された状態: April 8, 2019ArcGIS Runtime SDK
不具合 ID 番号
BUG-000119797
送信されました
February 1, 2019
最終更新日
June 5, 2024
適用対象
ArcGIS Runtime SDK
見つかったバージョン
100.4
オペレーティング システム
Qt
オペレーティング システムのバージョン
5.0
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
There are 2 issues in this specific instance.
1). The symbol opacity and circle outline appear incorrectly can be corrected by re-authoring the style file from Pro as a new Mobile Style File, and consuming it with the SymbolStyle API in Runtime. The provided reproducer contains a modified military style file and uses the DictionarySymbolStyle, both of which contain extra rule and parsing logic to accommodate military symbols (which these are not).
2). The symbol is "billboarded" if using Dynamic rendering mode. Changing the rendering mode to Static will drape the symbol and indeed "fixes" this specific issue, but has other undesired effects, such as a different refresh rendering experience. Up to this point, this is simply the way point symbols work in 3D in Runtime - Dynamic mode will always billboard the symbols and Static mode will always drape the symbols. As such, we have logged a new enhancement to support draping symbols in dynamic mode in 3D (ENH-000120897).