Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coordinate Conversion Export should respect selections

BobBooth opened this issue · comments

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).

@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.

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