coordinate-conversion-addin-dotnet icon indicating copy to clipboard operation
coordinate-conversion-addin-dotnet copied to clipboard

Coordinate Conversion Export should respect selections

Open BobBooth opened this issue 6 years ago • 2 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 avatar Nov 06 '18 18:11 BobBooth

@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 avatar Nov 12 '18 17:11 saip

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

BobBooth avatar Nov 12 '18 18:11 BobBooth