Esri / local-government-desktop-addins

A series of ArcGIS Desktop Add-ins used in the ArcGIS for Local Government editing maps.
Apache License 2.0
62 stars 57 forks source link

Junction rotate fails on non Geometric network features #170

Closed MikeMillerGIS closed 7 years ago

MikeMillerGIS commented 7 years ago

If the last parameter is omitted, it fails to find a matching angle

Workaround: specify the layers in the last parameter

ex: g|0||Pipes

SASrinivas commented 7 years ago

Works when a non-geometric network or geometric network point is connected to a geometric network line. Does not work when a non-geometric network or geometric network point is connected to a non-geometric network line.

MikeMillerGIS commented 7 years ago

A geometric network feature will only work when intersecting a geometric network feature. A non network feature should work with anything. I can test that.

Should we allow a network feature to work with non network features?

MikeMillerGIS commented 7 years ago

@SASrinivas I tested a non geo point and it is getting an angle regardless of if the intersecting line is in the GN or not.