1
0
Fork 0
fgdata/webgui/widgets/map.html
Torsten Dreyer 076e437e58 Phi: more map widget works
- add track (flight history) layer
- allow map drag and recenter on aircraft
2015-02-25 21:44:00 +01:00

49 lines
818 B
HTML

<style>
.aircraft-marker-icon {
background-color: rgba(255, 255, 255, 0);
}
.aircraft-marker-icon path {
fill: rgba(0, 255, 0, 0.4);
}
.aircraft-marker-popup .leaflet-popup-tip {
display: none;
}
.aircraft-marker-popup .leaflet-popup-content-wrapper {
background-color: rgba(255, 255, 255, 0.50);
}
.aircraft-marker-popup .leaflet-popup-content {
margin: 5px 5px;
}
.aircraft-marker-altitude {
width: 33%;
}
.aircraft-marker-heading {
text-align: center;
width: 33%;
}
.aircraft-marker {
float: left;
color: #00ff00;
text-shadow: 1px 1px #404040;
}
.aircraft-marker span {
padding-left: 0.5em;
}
.followAircraft {
background: white;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
border-radius: 5px;
width: 40px;
height: 40px;
}
</style>