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

Line tab label placement is far off from graphic when using keyboard entry #607

Closed dfoll closed 6 years ago

dfoll commented 6 years ago

Both the "From: Distance and Bearing" and "From: Points" options are not labeling the resulting graphic when using only keyboard entry.

  1. Use the Line tab and the "From: Points" functionality
  2. Paste in a starting (10UDB4539650854) and ending (17SLS5178599938) point
  3. Press Enter.
  4. The line that draws appears to have no label
  5. Zoom out to the full extent of the map, you can see that it was labeled, but a good deal away from the graphic
  6. Use the map point tool to select a starting and ending point.
  7. The resulting graphic labels close to the line

Did not observe this style of behavior for any of the other tabs.

10.4.1 MT build 42

dfoll commented 6 years ago

Mentioning @kgonzago because I'm not sure if this may have had something to do with the work we did trying to resolve the issue we were having with labeling graphics that are close to the IDL. Mentioning @lfunkhouser to prioritize and decide if we want to fix this

lfunkhouser commented 6 years ago

@dfoll Adding to the issues to be fixed for this release since it sounds like something we introduced since the last release.

kgonzago commented 6 years ago

Fix implemented in this PR

topowright-zz commented 6 years ago

This issue is now drawing the labels at the beginning of the line. @kgonzago will you log an issue for changing the labels to be along the line?

image