Esri/coordinate-conversion-addin-dotnet

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

Closed this issue · 1 comments

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: #596 (comment)

Verified this works now with PR #612