Esri / distance-direction-addin-dotnet

Add-in provides the ability to easily and quickly create geodesy lines, circles, ellipses and range rings.
Apache License 2.0
17 stars 22 forks source link

missing features when exporting to kml #369

Closed NatalieCampos closed 6 years ago

NatalieCampos commented 7 years ago

some graphics are missing after saving as KML. Steps to reproduce:

  1. create multiple line graphics
  2. save as kml
  3. The KML is automatically added to Pro.
  4. Noticed that not all created graphics were saved. See pic below.

image

NatalieCampos commented 7 years ago

@nfeuerstein @lfunkhouser

pHill5136 commented 7 years ago

@nfeuerstein @NatalieCampos I have looked into this. I personally have seen the kmz get corrupted once in dozens of tries. This has been reported by several people. I believe that the kmz is occasionally getting corrupted when it is created inside an esri gptool. The shapefile that is created and used to convert to kmz in the gp tool appears to be valid even in cases where the kmz is corrupted. I think this issue goes to core.

nfeuerstein commented 7 years ago

Try passing output shapefile to GP Tool to see if this is an issue with how we call the GP tool or if its an issue with the GP tool.

topowright-zz commented 6 years ago

I am not able to reproduce this issue: image These are the samples of my work. I attempted to export to shp and KMZ

BobBooth commented 6 years ago

I did not see this issue while testing https://github.com/Esri/distance-direction-addin-dotnet/issues/360

lfunkhouser commented 6 years ago

@topowright @BobBooth Was this just an issue with ArcGIS Pro? This was logged at verison 1.4, but non-reproducible on v2.1? Please be clear on which versions and applications were tested.

topowright-zz commented 6 years ago

I tested this on version 2.1 and ArcMap 10.6

BobBooth commented 6 years ago

I tested on Pro 2.1, non-reproducible there. @topowright @lfunkhouser