Esri / visibility-addin-dotnet

ArcGIS Add-in provides the capability to quickly do line of sight analyses.
Apache License 2.0
14 stars 19 forks source link

Visibility Add-in RLOS produces empty polygon results and has no symbology #102

Closed lfunkhouser closed 7 years ago

lfunkhouser commented 7 years ago

From @migueldls on December 13, 2016 18:14

Expected Behavior

RLOS Tool should populate output to TOC sybolized by visible/not visible to observer

Current Behavior

RLOS is adding vis_rlos_conv_polygon to TOC but the feature is empty or corrupt. I appears as if the layer was an output of the vis_rlos_output raster but the polygon layer was created with empty geometry. Also the layer in the TOC is not symbolized correctly

Possible Solution

Something wrong with the raster to polygon processes that generated empty geometry

Steps to Reproduce (for bugs)

1.Run RLOS 2.Check .gdb for outputs: vis_rlos_output (raster) and vis_rlos_conv_polygons (polygon featureclass) 3.Check vis_rlos_conv_polygons attribute table, verify that attributes are present 4.Add layer to TOC and verify that geometry is not drawing

Context

Your Environment

Copied from original issue: Esri/military-tools-for-arcgis#84

pHill5136 commented 7 years ago

@nfeuerstein @topowright RLOS appears to be creating the visibility polygon feature class and adding to toc. It does not display in the map. If you close pro and reopen, the layer displays properly. I am not seeing this behavior in 10.3 so this tells me that this is possibly a regression bug at 10.4 pro.

nfeuerstein commented 7 years ago

@dhagens @topowright I believe this issue was fixed at 1.4. Is that correct?

dhagens commented 7 years ago

That is correct.

nfeuerstein commented 7 years ago

Fixed at 1.4. Closing