waibu-maps
Version:
Maps for Waibu MPA
17 lines (16 loc) • 329 B
CSS
.maplibregl-ctrl-centerpos {
z-index: 1000;
position: absolute;
width: 100%;
height: 100%;
top: 0;
pointer-events: none;
display: flex;
justify-content: center;
align-items: center;
}
.maplibregl-ctrl-centerpos div {
width: 50px;
height: 50px;
background-image: url(../image/center.svg)
}