8.1.1
🐞 Fixes
- Data from a custom API endpoint will no longer be loaded on map initialization in the backend. Instead, data loading is deferred to the front-end, allowing the use of JavaScript request middleware.
This update contains long-awaited feature: custom API data sources support! Now you can fetch data from any custom API, format it using the new middleware feature, and load it to the map!
Also, we added a new type of JavaScript functions that you can edit in the "JavaScript" tab: Middlewares. Those are functions that accept some data and context, format the data, and pass it further to the next recepient. There are 4 types of middleware in mapsvg:
In our blog, we've released a tutorial on using a custom API data source and middleware.
Support / Create new ticket now redirects to mapsvg.com/dashboard - new Dashboard that contains information about your licenses and authorized chat app that keeps track of your tickets. If you create a magic link and you have logged in to the dashboard already, the magic link will be added to the ticket automatically..convertPixelToSVG() error