leaflet-canvaslayer-field
Version:
A set of layers using canvas to draw ASCIIGrid or GeoTIFF files. This includes a basic raster layer (*ScalaField*) and an animated layer for vector fields, such as wind or currents (*VectorFieldAnim*)
106 lines (84 loc) • 1.48 kB
CSS
/* General */
body {
padding: 0;
margin: 0;
background-color: black;
}
html,
body,
#map {
height: 100%;
width: 100%;
}
.title {
color: white;
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
.mapTitle {
position: absolute;
top: -10px;
right: 10px;
z-index: 999;
margin-left: 50px;
}
body {
color: white;
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
#examples {
margin-top: 20px;
margin-left: 20px;
}
h2 {
font-weight: 100;
}
ul a {
font-size: 16px;
color: white;
}
/* No rounded borders */
.leaflet-bar,
.leaflet-control-layers,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-popup-content-wrapper {
border-radius: 0px ;
}
/* Panel to interact with layers */
#floating-panel {
position: absolute;
bottom: 20px;
right: 20px;
z-index: 10000;
background-color: #111;
padding: 2px;
opacity: 0.85;
}
#floating-panel ul {
list-style-type: none;
padding-left: 20px;
padding-right: 20px;
}
#floating-panel ul li>label {
display: block;
margin: 2px;
}
#floating-panel ul li {
margin-bottom: 10px;
}
.verticalRange {
margin-top: 60px;
margin-bottom: 60px;
margin-left: -30px;
margin-right: -30px;
transform: rotate(270deg);
}
/* Popup*/
span.popupText {
font-size: 18px;
letter-spacing: -0.25px;
line-height: 20px;
word-spacing: 0;
}