adsf
This commit is contained in:
parent
6adb83b12b
commit
fcb52a289e
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user