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

Output coordinate layer should show coordinate value as header, display field in popup, not 0 #596

Closed BobBooth closed 5 years ago

BobBooth commented 5 years ago

If you collect coordinates and export to KMZ, the output popup in ArcGIS Earth is headed with "0" values for all coordinates that you click, and if you expand the KMZ item in the Layer List, all of the points have a "0" beside them. This seems to be coming from the ID field, which is set to "0". image

Since we know that all output is going to have a "coordinate" field, we should set the layer for the output symbology to use "coordinate" as the primary display field, like this: image

This would match the planned behavior for the Details window (https://github.com/Esri/coordinate-conversion-addin-dotnet/issues/591).

Interestingly, when you export from ArcMap (10.3.1) with the same build, you do get this behavior. image.png

csmoore commented 5 years ago

Seems to be just my week, but I'm having problems getting KMZ export to work on Pro 2.4, it seems like a threading issue, but looking into (Update) - crash in FeatureClassUtils.CreateFeatures(List):

image

csmoore commented 5 years ago

Tested exporting from Pro and Arcmap and Legend and Pop-up looks good now - created new issue #604 for new crash observed on export at Pro 2.4:

image

dfoll commented 5 years ago
lfunkhouser commented 5 years ago

Doc verified - website and PDFs in (MT 305 and CC 139)