diff options
| author | Yuval Adam <_@yuv.al> | 2017-10-21 20:36:03 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-10-21 20:36:03 +0300 |
| commit | fe1c182a9396b37458a5ef2992648edc00174c46 (patch) | |
| tree | 222824a22328ca24f08123f708c1acacf7c80295 | |
| parent | 73bada91b30408bc4ca8f750df8b8d9e6a0f857b (diff) | |
Use schema-relative URLs for images
| -rw-r--r-- | Geshem.vue | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] }) }, |
