Load map tiles over HTTPS
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
13b8f57468
commit
cb39dbf02f
@ -6,7 +6,7 @@
|
|||||||
class="leaflet-map"
|
class="leaflet-map"
|
||||||
:center="[lat, lon]"
|
:center="[lat, lon]"
|
||||||
>
|
>
|
||||||
<l-tile-layer url="http://{s}.tile.osm.org/{z}/{x}/{y}.png"></l-tile-layer>
|
<l-tile-layer url="https://{s}.tile.osm.org/{z}/{x}/{y}.png"></l-tile-layer>
|
||||||
<l-marker :lat-lng="[lat, lon]" >
|
<l-marker :lat-lng="[lat, lon]" >
|
||||||
<l-popup v-if="popup">{{ popup }}</l-popup>
|
<l-popup v-if="popup">{{ popup }}</l-popup>
|
||||||
</l-marker>
|
</l-marker>
|
||||||
|
Loading…
Reference in New Issue
Block a user