19 lines
		
	
	
		
			715 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			715 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!DOCTYPE html>
							 | 
						||
| 
								 | 
							
								<html>
							 | 
						||
| 
								 | 
							
								<head>
							 | 
						||
| 
								 | 
							
								  <title>RadioSonde LiveMap</title>
							 | 
						||
| 
								 | 
							
								  <meta charset="utf-8" />
							 | 
						||
| 
								 | 
							
								  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
							 | 
						||
| 
								 | 
							
								  <link rel="stylesheet" type="text/css" href="style_map.css" />
							 | 
						||
| 
								 | 
							
								  <link rel="stylesheet" href="https://unpkg.com/leaflet@1.8.0/dist/leaflet.css" />
							 | 
						||
| 
								 | 
							
								  <script>var mapcenter=[%MAPCENTER%];</script>
							 | 
						||
| 
								 | 
							
								  <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
							 | 
						||
| 
								 | 
							
								  <script src="https://unpkg.com/leaflet@1.8.0/dist/leaflet.js"></script>
							 | 
						||
| 
								 | 
							
								  <script src="https://unpkg.com/leaflet.marker.slideto@0.2.0/Leaflet.Marker.SlideTo.js"></script>
							 | 
						||
| 
								 | 
							
								  <script src="livemap.js"></script>
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
								  <div id="map"></div>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 |