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 does not support the | coordinate pair separator character when input is DDM and DMS (ArcMap) #201

Closed elinz closed 7 years ago

elinz commented 7 years ago

The addin interprets the | character when input is decimal degrees, but not when degree decimal minutes (DDM), or degrees minutes seconds (DMS).

NOTE: the addin should handle the following combinations: |, |space, space|space

DD example, which works correctly: 45.0N|100.0W image

DDM example, where addin does not interpret the | character: 45 0.0N|100 0.0W image

DMS example, where addin does not interpret the | character: 45 0 0.0N|100 0 0.0W image

elinz commented 7 years ago

@jmhauck Installed Pro addin dated 05 Jan 2017 14:42 and tested on ArcMap 10.3.1 and the | character is working. Closing issue.