Esri / distance-direction-addin-dotnet

Add-in provides the ability to easily and quickly create geodesy lines, circles, ellipses and range rings.
Apache License 2.0
17 stars 22 forks source link

Added logic to display 2 decimal places #598

Closed kgonzago closed 6 years ago

kgonzago commented 6 years ago

These changes address #567. Numeric values are now displayed with 2 significant digits.

image

ACueva commented 6 years ago

Verfied in Pro: 2018-06-05_11-49-26 2018-06-05_11-49-37 2018-06-05_11-49-46 2018-06-05_11-49-57

ACueva commented 6 years ago

Verified both in Pro and ArcMap with @kgonzago present. 2018-06-05_12-10-48 snag_23a8e5ae

lfunkhouser commented 6 years ago

@ACueva @kgonzago This implementation was not correct. The label in the map display was not supposed to be to two decimal places. The issue was specifically for the feedback in the UI not on the map. The label on the map was to remain as whole numbers.