[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 477a61ea52
commit 0782cfc221
9 changed files with 74 additions and 26 deletions

View File

@@ -39,7 +39,7 @@ const FileUpload: React.FC<FileUploadProps> = ({ onUploadSuccess, setIsLoading,
setError(null);
try {
const response = await axios.post('/api/upload', formData, {
const response = await axios.post('/heatmap/api/upload', formData, {
headers: {
'Content-Type': 'multipart/form-data',
},