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

Create Circle from Radius/Diameter - value entered is always radius #448

Closed BobBooth closed 6 years ago

BobBooth commented 7 years ago

If I set the type to Radius and click a point, then type 600 (units = Meters) and press Enter, I get a circle of 1200 m diameter (label says "Radius: 600 Meters"). If I set the type to Diameter and click a point, then type 600 (units = Meters) and press Enter, I get a circle of 1200 m diameter (label says "Diameter: 1200 Meters"). image

I initially expected having Diameter selected would make a circle of Diameter equal to the value I typed (e.g. only 600 Meters in diameter). This could lead to confusion for people not familiar with the tool. Perhaps the label on the input text box could be set to be only Radius, if that's the real input value?

Testing in ArcMap 10.6 (8184) with Distance and Direction Addin 2.1.1

BobBooth commented 7 years ago

This is also an issue in the combined add-in, Military Tools 2.0

lfunkhouser commented 6 years ago

@dfoll Also found and logged this issue. I closed it due to being a duplicate. @dfoll @BobBooth was this an issue with the released solution on 10.3.1-10.5.1? Or is it something that just happened? Have you worked with @csmoore to provide additional details as to why this is happening?

topowright-zz commented 6 years ago

This issue was present in all releases of the solution, it was not an new issue at 10.6.

csmoore commented 6 years ago

@BobBooth is correct - this is confusing in ArcMap because the value you enter is always treated as a radius value:

image

Does not behave this way in Pro

csmoore commented 6 years ago

Addressed in #530 - should look/behave like this now in ArcMap:

image

BobBooth commented 6 years ago

This is working for me on ArcMap 10.0.0.8321 Distance And Direction 2.2.0.31. image.png

dfoll commented 6 years ago

Verified fixed in ArcMap 10.6.0.8321 with MT build 23 (5Mar) Added to issues addressed list in Distance and Direction april 2018 release notes