ol3-google-maps/examples/overviewmap.css
2018-07-25 20:18:39 +02:00

28 lines
503 B
CSS

.ol-custom-overviewmap,
.ol-custom-overviewmap.ol-uncollapsible {
bottom: auto;
left: auto;
right: 0;
top: 0;
}
.ol-custom-overviewmap .ol-overviewmap-map {
border: none;
width: 300px;
}
/* Remove attributions from the overview
They already appear on the main map */
.ol-custom-overviewmap .ol-overviewmap-map a {
display: none;
}
.ol-custom-overviewmap .ol-overviewmap-map a div img {
display: none;
}
.ol-custom-overviewmap .ol-overviewmap-map .gmnoprint {
display: none;
}