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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Mapping data drawn from a mySQL database
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Mapping data drawn from a mySQL database
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
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