Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Mapping data drawn from a mySQL database

Questions related to using nuBuilder Forte.
Post Reply
marcus
Posts: 20
Joined: Mon Nov 29, 2021 10:16 am

Mapping data drawn from a mySQL database

Unread post by marcus »

Hi, i found this way to create a Map linked to MySQL Data:
Mapping data drawn from a mySQL database
Has anyone an idea how I could implement this into nuBuilder?

Best regards marcus
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Mapping data drawn from a mySQL database

Unread post by kev1n »

Hi,

You will need to include the leaflet library (if that one is used)
https://stackoverflow.com/questions/493 ... ustergroup

Then fetch data in Before Edit event, pass the data to JS with nuAddJavascript() and use JSON.parse()
Take a look at this Code Library article how it's done
Post Reply