[2fd88f42] 1. Kartendarstellung (Neutralisierung):

1. Kartendarstellung (Neutralisierung):
       * Die TileLayer-URL in heatmap-tool/frontend/src/components/MapDisplay.tsx wurde auf eine neutrale CARTO light_all-Kachelansicht umgestellt und die Quellenangabe entsprechend angepasst.
This commit is contained in:
2026-02-11 15:36:06 +00:00
parent 96875247dd
commit 07ca427fc8
9 changed files with 74 additions and 26 deletions

View File

@@ -77,10 +77,3 @@ body {
padding: 20px;
border-radius: 8px;
}
.map-container p {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}