make OSM use secure connection
This commit is contained in:
parent
3b32e2eeb1
commit
5ede0da61e
@ -25,7 +25,7 @@
|
|||||||
<strong>Na mapie:</strong>
|
<strong>Na mapie:</strong>
|
||||||
<div style="height: 350px" tabindex="-1">
|
<div style="height: 350px" tabindex="-1">
|
||||||
<l-map :center="stop.location" :zoom=17>
|
<l-map :center="stop.location" :zoom=17>
|
||||||
<l-tile-layer url="http://{s}.tile.osm.org/{z}/{x}/{y}.png" attribution='© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'></l-tile-layer>
|
<l-tile-layer url="//{s}.tile.osm.org/{z}/{x}/{y}.png" attribution='© <a href="//osm.org/copyright">OpenStreetMap</a> contributors'></l-tile-layer>
|
||||||
<l-marker :lat-lng="stop.location"></l-marker>
|
<l-marker :lat-lng="stop.location"></l-marker>
|
||||||
</l-map>
|
</l-map>
|
||||||
</div>
|
</div>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<popper reference="action-map" :visible="map" arrow>
|
<popper reference="action-map" :visible="map" arrow>
|
||||||
<div style="height: 300px; width: 500px">
|
<div style="height: 300px; width: 500px">
|
||||||
<l-map :center="stop.location" :zoom=17 :options="{ zoomControl: false, dragging: false }">
|
<l-map :center="stop.location" :zoom=17 :options="{ zoomControl: false, dragging: false }">
|
||||||
<l-tile-layer url="http://{s}.tile.osm.org/{z}/{x}/{y}.png" attribution='© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'></l-tile-layer>
|
<l-tile-layer url="//{s}.tile.osm.org/{z}/{x}/{y}.png" attribution='© <a href="//osm.org/copyright">OpenStreetMap</a> contributors'></l-tile-layer>
|
||||||
<l-marker :lat-lng="stop.location"></l-marker>
|
<l-marker :lat-lng="stop.location"></l-marker>
|
||||||
</l-map>
|
</l-map>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user