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 - Diacritical Marks (ArcGIS Pro) #220

Closed joebayles closed 7 years ago

joebayles commented 7 years ago

image

If I paste the regular DMS and DM outputs that I received in this dialog into the input, it will not work.

A few suggestions:

Daily Build ArcGIS Pro and Daily Build Military Tools for ArcGIS. FYI @elinz @nfeuerstein

elinz commented 7 years ago

@joebayles @nfeuerstein @jmhauck Here is what we have for default formatting for DD, DDM, and DMS related to diacritics: image

For the default DD output formatting we don't include the degree symbols, so for DDM and DMS we shouldn't include the degree, minutes, or seconds. This will make it easier for other applications, which don't accept diacritics to use the output from this tool.

For DD, DDM, and DMS we could add additional out of the box formats which do have the diacritics which users could use if their other application accepts diacritics.

joebayles commented 7 years ago

@elinz agreed for output.

For input, we should be able to handle a coordinate string that has diacritical marks, even if it is just removing them to make the string eligible.

elinz commented 7 years ago

@joebayles fyi. I've created other issues about accepting diacritics as input. #196 #197, #198, #199

BobBooth commented 7 years ago

@elinz @joebayles - strangely enough, in ArcMap (10.4.1) the Distance and Direction and Coordinate Conversion tool accept DMS formatted strings (like 35° 19' 19.91"N 116° 17' 22.01"W) that include diacritics (including the degree symbol) as inputs with no problem. Odd that it works in ArcMap but not Pro.

topowright-zz commented 7 years ago

This is now working. @joebayles Can you verify that this works. I attempted it with todays build with the following coordinate:

35° 19' 19.91"N 116° 17' 22.01"W

topowright-zz commented 7 years ago

This is what I get when I paste the coordinates to the clipboard:

35° 19' 19.91"N 116° 17' 22.01"W 128LL19 11SNV6458409006 11S 564584 3909006 35° 19' 19.91"N 116° 17' 22.01"W

topowright-zz commented 7 years ago

verified.