mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-06-12 11:01:37 -07:00
fix cargo clippy
This commit is contained in:
committed by
Matthieu Baumann
parent
8b645824c7
commit
743fad666e
@@ -13,6 +13,9 @@
|
||||
aladin = A.aladin(
|
||||
'#aladin-lite-div',
|
||||
{
|
||||
toolbar: {
|
||||
vertical: false,
|
||||
},
|
||||
showSimbadPointerControl: true,
|
||||
survey: 'https://skies.esac.esa.int/AKARI/color/', // set initial image survey
|
||||
projection: 'AIT', // set a projection
|
||||
|
||||
@@ -610,7 +610,7 @@ impl Projection for ProjectionType {
|
||||
)
|
||||
.vector(),
|
||||
);
|
||||
cod.world_to_clip_space(&rot.rotate(&xyz))
|
||||
cod.world_to_clip_space(&rot.rotate(xyz))
|
||||
}
|
||||
// HEALPix hybrid projection
|
||||
ProjectionType::Hpx(hpx) => hpx.world_to_clip_space(xyz),
|
||||
|
||||
+4440
-4440
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user