Skip to content

Commit 9d29a4f

Browse files
committed
add documentation for Toolbar.add method
1 parent ab50196 commit 9d29a4f

File tree

5 files changed

+3505
-3485
lines changed

5 files changed

+3505
-3485
lines changed

examples/al-displayJPG.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
//let fits = aladin.displayFITS('http://goldmine.mib.infn.it/data//B/fits/A04_VC1316_ooooog.fits', 'overlay');
4040
let jpg = aladin.displayJPG(
4141
// the JPG to transform to HiPS
42-
'https://owncloud.tuebingen.mpg.de/index.php/s/sdxfNgcEaaXoBp7/download/nightskycam3_2025_08_07_05_17_30_healpix1024_red.fits',
42+
'http://goldmine.mib.infn.it/data//B/fits/A04_VC1316_ooooog.fits',
4343
// no options
4444
{
4545
transparency: 1.0,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"test:build": "cd src/core && cargo test --release --features webgl2",
4949
"test:playwright": "npx playwright test",
5050
"test:update-snapshots": "npx playwright test --update-snapshots",
51-
"doc": "jsdoc -c jsdoc.json src/js src/js/shapes src/js/libs/astro && cp aladin-logo.png docs/ && cp jsdoc-custom-style.css docs/ && cp jsdoc-make-responsive.js docs/",
51+
"doc": "jsdoc -c jsdoc.json src/js src/js/gui src/js/shapes src/js/libs/astro && cp aladin-logo.png docs/ && cp jsdoc-custom-style.css docs/ && cp jsdoc-make-responsive.js docs/",
5252
"doc:dev": "npm run doc && open docs/index.html",
5353
"analyze": "vite build --mode analyze"
5454
},

0 commit comments

Comments
 (0)