This commit is contained in:
Daniel Nagel 2025-10-15 15:32:16 +02:00
parent 796960bdaf
commit 6adb83b12b

View File

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