mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-02 20:38:11 +01:00
df04064e81
Added support for gejson sources Fix toVectorLayer map callback (this was undefined) Improved ol css; show map controls
22 lines
303 B
SCSS
22 lines
303 B
SCSS
//OPENLAYERS
|
|
.maputnik-layout {
|
|
.ol-zoom {
|
|
top: 10px;
|
|
right: 10px;
|
|
left: auto;
|
|
}
|
|
|
|
.ol-attribution.ol-logo-only {
|
|
height: 20px;
|
|
}
|
|
|
|
.ol-control {
|
|
button {
|
|
background-color: rgb(28, 31, 36);
|
|
}
|
|
|
|
button:hover {
|
|
background-color: rgb(86, 83, 83);
|
|
}
|
|
}
|
|
}
|