Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.
Apache License 2.0
45 stars 20 forks source link

Crash on Kmz Export if Exporting Output List with Map Clicks and File Import Points #604

Closed csmoore closed 5 years ago

csmoore commented 5 years ago

KMZ export is failing if Exporting Output List with Map Clicks and File Import Points.

Tested on Pro 2.3 and 2.4

  1. Launch Pro and CC Addin
  2. Use the Map Point Tool to add some points
  3. Import a CSV File - Sample File: TabletoPoint_small.zip a. X, Y, Additional Fields: Select All expect for ObjectID
  4. Export KMZ
  5. Either no output created or Crash Output Form show:

image


Original Error (no longer observed - see new error above)


OLD:

Crash observed in FeatureClassUtils.CreateFeatures(List) - looks like a change in the behavior of newly created layers (no longer get created as selected layers):

image

Problem first observed here: https://github.com/Esri/coordinate-conversion-addin-dotnet/issues/596#issuecomment-493232358

csmoore commented 5 years ago

Verified this works now with PR #612