Dynamic data on a Mapbox map

I have a page where I display a Mapbox map. The markers that I display come from a STRONGHOLDS Table which contains the following attributes: latitude, longitude, headcount and iconURL. My code works when I pass this data directly into the HTML element where I have my code (see screenshot). As this data evolves according to the users, I would like not to enter this data in my code, but to retrieve it in real time, from my STRONGHOLDS Table. Could anyone help me?
Capture d’écran 2024-09-06 à 18.46.32

This topic was automatically closed after 70 days. New replies are no longer allowed.