This commit is contained in:
Daniel Nagel 2025-10-15 15:37:52 +02:00
parent 6adb83b12b
commit fcb52a289e

View File

@ -19,7 +19,7 @@ async function GetMarkerData() {
} }
//Render Map Markers with the Position from Grist Database //Render Map Markers with the Position from Grist Database
function RenderMarkers(data){ function RenderMarkers(rows){
if (!Array.isArray(rows)) { if (!Array.isArray(rows)) {
console.error('Erwarte ein Array, bekam:', rows); console.error('Erwarte ein Array, bekam:', rows);
return; return;