feat: Use popup

This commit is contained in:
2024-09-27 13:29:05 +02:00
parent 5fc91c2f4a
commit c8c9782a36
2 changed files with 25 additions and 43 deletions

View File

@@ -568,4 +568,16 @@ textarea {
border: none;
}
}
#marker {
background-image: url('../img/logo_transparent.png');
background-size: cover;
width: 50px;
height: 50px;
cursor: pointer;
}
.maplibregl-popup {
max-width: 200px;
}