summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-10-21 20:36:03 +0300
committerYuval Adam <_@yuv.al>2017-10-21 20:36:03 +0300
commitfe1c182a9396b37458a5ef2992648edc00174c46 (patch)
tree222824a22328ca24f08123f708c1acacf7c80295
parent73bada91b30408bc4ca8f750df8b8d9e6a0f857b (diff)
Use schema-relative URLs for images
-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]
})
},