8 lines
		
	
	
		
			336 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			336 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div>
 | |
|     <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>
 | |
| </div>
 |