From fe1c182a9396b37458a5ef2992648edc00174c46 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 21 Oct 2017 20:36:03 +0300 Subject: Use schema-relative URLs for images --- Geshem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geshem.vue b/Geshem.vue index 4622c0a..cfc55cf 100644 --- a/Geshem.vue +++ b/Geshem.vue @@ -112,7 +112,7 @@ console.log('Adding radar source', res, i, url); this.map.addSource(`radar-${res}-${i}`, { type: 'image', - url: 'http://imgs.geshem.space/' + url, + url: '//imgs.geshem.space/' + url, coordinates: this.rasterCoords[res] }) }, -- cgit v1.3.1