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?
This topic was automatically closed after 70 days. New replies are no longer allowed.