no message
parent
520f5c8de3
commit
6a1589227a
|
@ -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,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue