Added openlayers leaflet map

This commit is contained in:
2023-08-30 15:51:56 -04:00
parent 02c892a889
commit ac0ecdff5e
10 changed files with 1150 additions and 529 deletions

View File

@@ -18,3 +18,19 @@ a {
* {
box-sizing: border-box;
}
.metar-tooltip {
position: absolute;
padding: 6px;
background-color: #000;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}