Esri / military-features-data

Source data for Esri defense and intelligence feature templates. This data is used to create features and derived data products using military symbology.
Apache License 2.0
45 stars 32 forks source link

ArcGisRuntimeQt - 3D: Displaying a (multipoint) sidc using the DictionaryRenderer is wrong #255

Closed NorbertThoden closed 7 years ago

NorbertThoden commented 7 years ago

Context: I use a basic SceneGraphicsView and like to render a couple of sidcs using the DictionaryRenderer. set to a GraphicsOverlay (DynamicRenderingMode)

Detail: The first sidc is just a single point sidc, which is displayed fine.

The real sidc '10042500002701000000' is an obstacle. This is a polygon using a 'decorated' line. This is display in 2D correct.

basicsceneview_symbology_building_correct

In 3D the result is a filled polygon.

I am sure that this effect is true for many sidcs, not only this one.

Who is interessed in?

System: 1) ArcGisRuntime V100.0 14.04.1-Ubuntu Qt5.7 gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) 2) OpenSuseLinux 13.2

NorbertThoden commented 7 years ago

The description is valid for RenderingMode Dynamic. Using RenderingMode Static, the displayed object is correct (see known issues: https://developers.arcgis.com/qt/latest/cpp/guide/release-notes.htm#ESRI_SECTION1_80FE0BCCFC0E4EEC80D82C50EEFF684F

csmoore commented 7 years ago

Sorry for the delay - this 3D rendering issue should be reported directly to customer support. This repo is intended to be used specifically for the issues with the data/styles.

NorbertThoden commented 7 years ago

Hi Chris! As already posted: it´s a known issue.