kreis-viersen / xplan-reader

QGIS-Plugin zum Import einer XPlanGML-Datei
GNU General Public License v3.0
7 stars 1 forks source link

SVG-Symbole und QGIS #2

Open kraftto opened 2 years ago

kraftto commented 2 years ago

Die <symbol>-Elemente aus den xPlanBox-SVGs lassen sich per Inkscape CLI entfernen bzw. in Pfade umwandeln:

inkscape --actions="select-all:all;object-unlink-clones;select-all:groups;object-to-path;export-plain-svg;vacuum-defs" --export-filename=<out-file> <in-file>

pathmapper commented 2 years ago

Danke für den Hinweis! Funktioniert wunderbar 🎉

Das ist viel besser als die <symbol>-Elemente durch <g>-Elemente zu ersetzen (https://github.com/qgis/QGIS/issues/50208#issuecomment-1260484384).

Ist geplant die SVGs auf https://gitlab.opencode.de/diplanung/ozgxplanung bei Gelegenheit entprechend ohne <symbol>-Elemente / QGIS-kompatibel bereit zu stellen?

kraftto commented 2 years ago

Ist geplant die SVGs auf https://gitlab.opencode.de/diplanung/ozgxplanung bei Gelegenheit entprechend ohne <symbol>-Elemente / QGIS-kompatibel bereit zu stellen?

Das sollte kein Problem sein, nehme ich mal mit.