Skip to content

Commit

Permalink
fix hips icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Jul 12, 2024
1 parent c8a4fb2 commit 16b0150
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion examples/al-image-with-WCS.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script type="module">
import A from '../src/js/A.js';
A.init.then(() => {
let aladin = A.aladin('#aladin-lite-div', {fov: 30, survey: "CDS/P/GALEXGR6/AIS/FUV", target: "280 +0", projection: "AIT", showShareControl:true, showContextMenu:true});
let aladin = A.aladin('#aladin-lite-div', {fov: 30, survey: "CDS/P/GALEXGR6/AIS/FUV", target: "280 +0", projection: "AIT", showShareControl:true, showSettingsControl: true, showContextMenu:true});

aladin.setOverlayImageLayer(A.image(
"https://nova.astrometry.net/image/25038473?filename=M61.jpg",
Expand Down
7 changes: 4 additions & 3 deletions src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ wasm-streams = "0.3.0"
async-channel = "1.8.0"
mapproj = "0.3.0"
fitsrs = "0.2.9"
wcs = { git = "https://github.com/cds-astro/wcs-rs", branch = 'master' }
#wcs = { path = "../../../wcs" }

colorgrad = "0.6.2"

[features]
Expand All @@ -43,6 +40,10 @@ rand = "0.8"
[build-dependencies]
walkdir = "2.3.2"

[dependencies.wcs]
git = "https://github.com/cds-astro/wcs-rs"
branch = "master"

[dependencies.console_error_panic_hook]
version = "0.1.7"
optional = true
Expand Down

0 comments on commit 16b0150

Please sign in to comment.