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 - Increase number of decimal places for DD and DDM #162

Closed lfunkhouser closed 7 years ago

lfunkhouser commented 7 years ago

From @elinz on November 4, 2016 22:33

For DD and DDM options in the "Add New Output Coordinate" we should increase the number of decimal places, we only display out to a single decimal place. This is approximately 6-7 nautical miles, which is too course and we should display out to two places. Especially since the map display units will display out to two decimal places.

image

And update the Sample coordinate shown in the "Add New Output Coordinate" to match.

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context

Your Environment

Copied from original issue: Esri/military-tools-for-arcgis#61

lfunkhouser commented 7 years ago

From @jmccausland on November 8, 2016 20:57

The "Input" group currently has no UI to configure it's format. If you do not use "Edit Properties" the input format defaults to {0.0}. Don't confuse the output format options with the input.

lfunkhouser commented 7 years ago

From @nfeuerstein on December 2, 2016 16:40

@jmccausland and @elinz can this issue be closed out? Can the user use "edit properties" to set the decimal places?

lfunkhouser commented 7 years ago

From @jmccausland on December 2, 2016 16:49

There are no configuration properties to format the input decimal places. Currently you can only change the type of coordinate.

elinz commented 7 years ago

@nfeuerstein @jmccausland I'm going to close this issue. The way I wrote this issue is very confusing. I'm mixing up the input and output coordinate formats. As @jmccausland stated there is no interface for configuring the input format, and there shouldn't be as you would want the user to input whatever coordinate format with whatever number of decimal places.

I created the issues #157 and #158 regarding the number of decimal places in the output formats issue.