You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call the ElevationService.GetIntervisibilityReport method with the above points in a list:
var result = _elevationService.GetIntervisibilityReport(
geoPoints.ToList(),
0,
0);
Examine the returned IntervisibilityReport. There's an obstacle identified, when in reality, there's a gradual upslope from the starting point to the ending point. In the screenshot, the line corresponds to the line start and line end. the red dots correspond to the identified obstacle. There shouldn't be an obstacle identified as shown by the elevation profile.
Expected behavior
There should not be any obstacles identified between the given points.
Call the ElevationService.GetIntervisibilityReport method with the above points in a list:
var result = _elevationService.GetIntervisibilityReport(
geoPoints.ToList(),
0,
0);
Examine the returned IntervisibilityReport. There's an obstacle identified, when in reality, there's a gradual upslope from the starting point to the ending point. In the screenshot, the line corresponds to the line start and line end. the red dots correspond to the identified obstacle. There shouldn't be an obstacle identified as shown by the elevation profile.
Screenshots
Desktop (please complete the following information):
OS: Windows 11
.Net 8
The text was updated successfully, but these errors were encountered:
Describe the bug
Calculation of IntervisibilityReport obstacles object appears to have a bug.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should not be any obstacles identified between the given points.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: