Closed elinz closed 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
DDM example, where addin does not interpret the | character: 45 0.0N|100 0.0W
DMS example, where addin does not interpret the | character: 45 0 0.0N|100 0 0.0W
@jmhauck Installed Pro addin dated 05 Jan 2017 14:42 and tested on ArcMap 10.3.1 and the | character is working. Closing issue.
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
DDM example, where addin does not interpret the | character: 45 0.0N|100 0.0W
DMS example, where addin does not interpret the | character: 45 0 0.0N|100 0 0.0W