fix getFov that was capped at 180° [skip ci]

This commit is contained in:
MARCHAND MANON
2023-08-31 11:54:11 +02:00
committed by Matthieu Baumann
parent 5f29eac996
commit 8141d50393

View File

@@ -1,6 +1,7 @@
unreleased
- new method aladin.getFrame() that returns the name of the current coordinate system
- `getViewWCS` now adapts to the `cooFrame` and the `projection`
- `getFov` is no longer capped at 180°
2020-08
- polyline improvements (by @imbasimba)