no message
parent
520f5c8de3
commit
6a1589227a
|
@ -34,6 +34,8 @@ addMarkers();
|
|||
|
||||
|
||||
function addMarkers(){
|
||||
|
||||
|
||||
let url = "system/alleMarkerHolen.php";
|
||||
fetch(url)
|
||||
.then((response) => {
|
||||
|
@ -49,7 +51,7 @@ function addMarkers(){
|
|||
title: markerData[i].titel,
|
||||
icon: {
|
||||
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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue