Open
Description
(Feature Request)
Currently all POI data is stored in a single markersDB.js file at the root of the site.
I am building a user console to add/edit/remove markers from this file, powered by ASP.Net and MSSQL with the data translated using Newtonsoft.JSON libraries.
It would be much easier to deal with if each map had it's own markerDB.js file or similar.
OR, even better, the ability to store this info in a database from the start.