czydojade/resources/components/stop/map.html
2020-01-14 15:26:44 +01:00

6 lines
303 B
HTML

<l-map :center="stop.location" :zoom=17 :options="{ zoomControl: false, dragging: false }">
<l-tile-layer url="//{s}.tile.osm.org/{z}/{x}/{y}.png"
attribution='&copy; <a href="//osm.org/copyright">OpenStreetMap</a> contributors'/>
<l-marker :lat-lng="stop.location"/>
</l-map>