Added view-switcher and center button controls inside map

This commit is contained in:
Frank Schubert
2024-07-25 15:56:53 +02:00
parent fdecf142e1
commit a0f66aaf3c
11 changed files with 154 additions and 2 deletions
@@ -0,0 +1,11 @@
.leaflet-control-switch-view a {
background:#fff url(map-switch-view.png) no-repeat 0 0;
}
@media
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
.leaflet-control-switch-view a {
background-image:url(map-switch-view-2x.png);
}
}