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

Geodesy lines (Lines and Radials) don't split for Geographic Coordinate Systems #226

Closed mfunk closed 6 years ago

mfunk commented 7 years ago

In fixing #180 there is a new challenge to working with geodesy lines in geographic coordinate systems in ArcGIS Pro. Basically lines that cross the dateline should "split" and move to the other side of the map. This works for Projected Coordinate Systems, but isn't working for Geographic Coordinate Systems (of the Map). This problem is illustrated in the notes from the previous issue that are copied here:


So here is our Lines (Geodesic) and Range Ring (with Radials) in Pro with a Mercator projection (no, not Web Mercator). What I am expecting to see is Lines that bend (Geodesic) and Radials that are straight (they define a bearing and are therefore loxodromes). Loxodromes are straight in a Mercator projection. image

WOOHOO!

Now if we use WGS 1984.... image We get some weirdness going across the dateline.

In another projected ... Robinson (think National Geographic's world maps): image

Back to another GCS, this time GRS 1980: image

topowright-zz commented 6 years ago

This issue can be closed based on our updates to the dialog prompt that happens when you try to draw a line out of bounds of the map: image

ACueva commented 6 years ago

Added to "Issues Addressed" section in Distance and Direction Release notes. Assigning to @dfoll for review.

ACueva commented 6 years ago

Removing "Known Issue" label as this has now been addressed and is listed in the "Issues Addressed" section of our release notes.

ACueva commented 6 years ago

Removing this issue from the "Issues addressed" section as there is no issue. Issue has been marked with "non-reproducible"already.

topowright-zz commented 6 years ago

I think this still needs to be in the issues addressed being that it was apart of older docucmenation: http://solutions.arcgis.com/defense/help/distance-direction/arcgis-pro/known-issues-for-distance-and-direction-in-arcgis-pro.htm

lfunkhouser commented 6 years ago

@topowright @ACueva Please be clear and update the comments with more specific information regarding the version it was addressed in or the version that was non-reproducible. Issue appears to have been reported in the Pro 1.4 add-in and added to the known issues for the first 3 releases of DD and MT. This issue appears to have been addressed between 1.4 and 2.1. This issue cannot be closed until verified with published doc content.

BobBooth commented 6 years ago

This is still reproducible. In Pro 2.1.0 with the 4/17/18 build of Military Tools. If you set up the Pro map with GCS WGS84 and check the "Enable wrapping around the date line" box: image.png Then you can draw geodesic features across the Date Line in pro with Distance and Direction tools, and they wrap nicely. Circles and Ellipses get a split line down the Date Line, but they all draw fine. image.png However, if you don't have that box checked, then the geodetic lines and the radials of the range rings that cross the Date Line will hang off into white space. image.png

BobBooth commented 6 years ago

@csmoore - if we move to features for Pro (to support labeling), this issue will probably be obsolete, correct?

lfunkhouser commented 6 years ago

Removing from the Sprint. We will revisit after lines are drawn as features instead of graphics.

lfunkhouser commented 6 years ago

Please retest to see if this is invalid now that lines will be drawn as features rather than graphics @ACueva @topowright @dfoll

topowright-zz commented 6 years ago

Since we have moved to features this issue is now non reproducible. Closing image