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