Use Leaflet for map

This commit is contained in:
2023-03-02 16:07:15 +01:00
parent 00b5195a1f
commit 167545ffbf
7 changed files with 45 additions and 9 deletions

Binary file not shown.

View File

@@ -59,6 +59,9 @@ table.table td,
table.table th {
border: none;
}
#map {
height: 600px;
}
/* Print styles */
@media print {
@@ -70,4 +73,4 @@ table.table th {
#map {
display: none;
}
}
}