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

Coordinate Conversion Export should respect selections #535

Open BobBooth opened 5 years ago

BobBooth commented 5 years ago

Coordinate Conversion allows you to add a set of coordinates to the list and make selections on that list by clicking values on the list or coordinate locations on the map. It also allows you to export coordinates, but the export tool does not respect selections.

Current Behavior

Add several coordinates using the add-in, so they appear in the list. Select one or more of the locations, either by clicking on the map or by clicking (or Ctrl-Clicking) on the list. Click Export. Choose a format/location/name. Inspect the results: All of the coordinates in the list are exported.

Expected Behavior

The Export functionality (Export to Feature Class, Shapefile, KMZ, CSV) should behave like core ArcGIS tools and respect the selection (e.g. if there is a selection, only the selected features should be exported).

saip commented 5 years ago

@BobBooth We understand that the export functionality should respect selections. We have a question regarding no selections.

If user tries to export to Feature class, Shapefile, KMZ or CSV with no selection, then all the coordinates in list are exported. Please confirm.

BobBooth commented 5 years ago

@saip - yes, that is what I would expect. No selection = all rows exported.