6 lines
		
	
	
		
			303 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			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='© <a href="//osm.org/copyright">OpenStreetMap</a> contributors'/>
 | |
|     <l-marker :lat-lng="stop.location"/>
 | |
| </l-map>
 |