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

Paste multiple coordinates at one time #485

Closed dfoll closed 6 years ago

dfoll commented 6 years ago

Background: Users have many ways that they receive coordinates. Some come in through chat messages or emails just to list two examples.

Requested enhancement: A user needs to be able to copy coordinates from the clipboard to the list. This list will then be added to the map the same what it happens when a user imports coordinates from a spreadsheet.

Steps to create workflow: Have a list of coordiantes in a text file, email or chat window Highlight that list and copy it to the clipboard with control C or right click copy Open the CC add in pane right click the list window pane and select paste click a paste/import button on the pane.

Requested Outcome: Coordinates in the clipboard can be copied to the list with a right click in the list window and a button next to the import button.

Work to be done:

dfoll commented 6 years ago

@topowright

topowright-zz commented 6 years ago

@CTLocalGovTeam could you give a level of effort for this issue?

CTLocalGovTeam commented 6 years ago

@topowright Could you also add information about accepted inputs and validations if any required ?

Should we follow the same approach as CSV import with Coordinates mentioned in single column ?

topowright-zz commented 6 years ago

Best result if possible:

To have the add-in read the format automatically so the user would not have to any other action other than pasting in the coordinate.

The system should be able to understand that there is a space, comma, or any of the other separators in the coordinate that are supported by the addin. image

This can be found here; http://solutions.arcgis.com/defense/help/coordinate-conversion/arcmap/supported-notation-formats.htm

Next Best Solutions (least desired) Prompt the user for the type of coordiante and the format.

dfoll commented 6 years ago

found a minor bug, #499