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 is not interpreting degree and minute marks when entering DDM as input (ArcMap) #199

Closed elinz closed 7 years ago

elinz commented 7 years ago

According to ArcGIS help topic "Supported notation formats" (http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/supported-notation-formats.htm), the degree decimal minute (DDM) format accepts the following degree-mark and minute-mark characters: image

image

However, the Coordinate Conversion addin is not interpreting these characters, except the Degree Sign ° (U+00B0) only when you enter in a DMS value such as 45° 0' 0.0"N 100° 0' 0.0"W

NOTEs:

Latitude Longitude order:

Specify degree mark, omit minute mark

Omit degree mark, specify minute mark

Specify degree mark and minute mark

Longitude Latitude order:

Specify degree mark, omit minute mark

Omit degree mark, specify minute mark

Specify degree mark and minute mark

elinz commented 7 years ago

@jmhauck Verified this is working on ArcMap addin build 10 Jan 2017 05:53 on ArcMap 10.3.1. Closing issue.