Esri / Esri/oriented-imagery

NaN in MRF not handled in 'B' type

Open
#38 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
41
Forks
17
PR merge metrics
No merged PRs in 30d

Description

Please don't set `NaN` values to `FarDist`. This just doesn't make any sense.
Original `imageToGroundPanorama`:
```javascript
} r || 0 === r || (r = t[0] < 0 ? this.selectedFeatureAttributes.avghtag / Math.tan(-t[0] * Math.PI / 180) : this.selectedFeatureAttributes.fardist) > this.selectedFeatureAttributes.fardist && (r = this.selectedFeatureAttributes.fardist);
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.