summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Geshem.vue2
1 files changed, 1 insertions, 1 deletions
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]
})
},