no message

noah
Marlon Portmann 2022-10-26 16:59:10 +02:00
parent 520f5c8de3
commit 6a1589227a
1 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,8 @@ addMarkers();
function addMarkers(){ function addMarkers(){
let url = "system/alleMarkerHolen.php"; let url = "system/alleMarkerHolen.php";
fetch(url) fetch(url)
.then((response) => { .then((response) => {
@ -49,7 +51,7 @@ function addMarkers(){
title: markerData[i].titel, title: markerData[i].titel,
icon: { icon: {
url: "/images/ort.png", url: "/images/ort.png",
scaledSize: new google.maps.Size(38, 38), scaledSize: new google.maps.Size(38+(markerData[i].likes), 38+(markerData[i].likes)),
}, },
animation: google.maps.Animation.DROP, animation: google.maps.Animation.DROP,