mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 15:49:18 -08:00
fix hips icon name
This commit is contained in:
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -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",
|
||||
|
||||
@@ -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]
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user