This commit is contained in:
José Conde
2023-01-29 20:21:15 +01:00
parent 3191fe5c04
commit 01f945fe49
44 changed files with 719 additions and 35 deletions

View File

@ -0,0 +1,8 @@
<h1>Map</h1>
<section class="hero">
<div class="livemap-wrapper">
<l-map ref="map" :zoom="zoom" :center="[51, -0.09]">
<l-tile-layer url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" layer-type="base" name="OpenStreetMap"></l-tile-layer>
</l-map>
</div>
</section>