Creating an SVG Map
Before using the Map application, you need to prepare an SVG file that follows the required structure:
- The SVG must not contain any
transformstyling, as it alters the position coordinates of paths and groups. - The map should be structured with grouped elements, maintaining a strict hierarchy.
For creating the SVG map, we recommend using Inkscape along with the applytransforms plugin. This plugin removes unintended transform styling from the exported SVG file.