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 input format doesn't support | coordinate pair separator character (ArcGIS Pro) #175

Closed elinz closed 7 years ago

elinz commented 7 years ago

According to the following help topic, ArcGIS Pro supports the pipe character | as the coordinate pair separator, however, the Coordinate Convert addin does not. The ArcMap addin does support this character. http://pro.arcgis.com/en/pro-app/tool-reference/data-management/supported-notation-formats.htm

Here is an example, using the pipe, i.e. | character. Note: the tool should also support: pipe space 45.00N|70.00W

Here is an example in ArcGIS Pro. I had previously entered 0 0 as the coordinates, then I pasted in 45.00N|70.00W: image

Tested the Pro addin built on 1.2 and installed on ArcGIS Pro 1.2

NOTE: the addin should also support this when entering in Longitude Latitude order.

elinz commented 7 years ago

@jmhauck Installed Pro addin dated 05 Jan 2017 09:08 and tested on Pro build 1.4.7197 and the | character is working. Closing issue.