Skip to main content

8.7.8

🚀 Features / Improvements

  • SVG download: added 2 functions, which can be used in the browser console, to open or download the SVG file:
mapsvg.get(0).svg().open();
mapsvg.get(0).svg().download();
  • Error handling - if there's an error in a custom event handler added by user (afterInit, etc.), MapSVG will show detailed error description in the browser console

🐞 Fixes

  • Region title: null - fixed null Region titles
  • Map scroll on mobile devices - fixed broken touch events
  • Embedded posts in templates - fixed incorrect title of embedded posts in MapSVG templates