From 1ebd4ec765437287ef3a05fbfbb4f7426388dda2 Mon Sep 17 00:00:00 2001 From: Thomas Boch Date: Wed, 4 Nov 2020 15:59:31 +0100 Subject: [PATCH] Force HiPS retrieval from alaskybis --- dist/index-color-composite.html | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index-color-composite.html b/dist/index-color-composite.html index 1df3a884..60ba8f9e 100644 --- a/dist/index-color-composite.html +++ b/dist/index-color-composite.html @@ -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);