NaN in MRF not handled in 'B' type
Open
- 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
Assessment
This issue has not been assessed yet.