-
Notifications
You must be signed in to change notification settings - Fork 22
Distance and Direction holds on to previous coordinate system, bad results #527
Comments
@BobBooth - you are correct this is a previous/known issue (with all of the addins) - recorded here: Esri/visibility-addin-dotnet#248 - but a good time to see if there is any progress on this |
@csmoore - thanks, I didn't think to look in Visibility. |
We need to understand if this happens with LInes, Circles, Ellipses and Rings. |
This challenge could be related to how we are creating the graphics containers during the interactive selection. I think that we are placing the spatial reference on these points during that initial graphics creation. If we can update this spatial reference when the map changes it could be the fix. Steps to replicate: Possible Solution |
@saip I am able to replicate this issue with ArcMap 10.7 and ArcMap 10.6.1 |
Currently multiple users are not able to replicate this issue. @lfunkhouser can you take a closer 👀 |
Add workaround documentation for 10.5.1-10.6.1 for this release. Issue will be addressed for next release. |
Added workaround sentence to DD and MT Resources doc. |
Moving from In Progress to March release backlog, because the work-around instructions have been added to the doc for January release. We will look at fixing the actual problem in 10.5.1+ in the March release. |
This issue is resolved with the released addin on 10.7.1. This issue was similar to Esri/visibility-addin-dotnet#327 , Note: from 10.5.1-10.7 - this is a know SDK issue: Esri/arcobjects-sdk-community-samples#7 |
Reviewed what versions do and do not work. And updated the known issue accordingly
|
Ready to qc the doc and move to done |
the add-in seems to be mis-handling the current coordinate system for line construction.
Using the ArcMap measure tool, the distance I got in my test case is 171 meters.
ArcMap 10.6.0.8321
DD 2.2.0.26
The text was updated successfully, but these errors were encountered: