mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-07 02:24:59 -08:00
Force HiPS retrieval from alaskybis
This commit is contained in:
1
dist/index-color-composite.html
vendored
1
dist/index-color-composite.html
vendored
@@ -218,6 +218,7 @@ $( document ).ready(function() {
|
||||
}
|
||||
if (hips.hips_service_url) {
|
||||
hips.hips_service_url = hips.hips_service_url.replace('http:', 'https:');
|
||||
hips.hips_service_url = hips.hips_service_url.replace('alasky.', 'alaskybis.');
|
||||
}
|
||||
if (hips['hips_pixel_cut'] === undefined) {
|
||||
console.log('no pixel cut for: ', hips.ID);
|
||||
|
||||
Reference in New Issue
Block a user