Skip to content

Commit

Permalink
Update interactievekaart.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyHeatToast committed Mar 2, 2024
1 parent 5ede1fd commit 06fefaa
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions interactievekaart.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,11 @@
markerVisible[marker.id] = false;
console.log(markerVisible);
});
}
});

AFRAME.registerComponent('loop',
{
tick: function (time, deltaTime) {
if (markerVisible[gemeentesMap])
if (markerVisible[gemeentesMap])
document.querySelector("#plane1").setAttribute("scale", "2 2 2");
}
});

}
});
</script>

<body style="margin: 0px; overflow: hidden;">
Expand Down

0 comments on commit 06fefaa

Please sign in to comment.