forked from potsda.mn/mobilizon
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"
|
||||
: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-popup v-if="popup">{{ popup }}</l-popup>
|
||||
</l-marker>
|
||||
|
|
Loading…
Reference in a new issue