https://github.com/gfgit/svgstationplaneditor
A simple editor for railway station plan in SVG format
https://github.com/gfgit/svgstationplaneditor
Last synced: 2 days ago
JSON representation
A simple editor for railway station plan in SVG format
- Host: GitHub
- URL: https://github.com/gfgit/svgstationplaneditor
- Owner: gfgit
- License: gpl-3.0
- Created: 2021-10-07T10:06:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T15:53:00.000Z (over 1 year ago)
- Last Synced: 2025-03-04T05:23:55.417Z (12 months ago)
- Language: C++
- Size: 327 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SVGStationPlanEditor
A simple editor for railway station plan in SVG format
## Purpose
This software can add tags to SVG elements so that in an SVG representing the station plan you can automatically select platforms, tracks and labels.
The software can import and parse SVG (for example generated by Inkscape).
The SVG are converted because QtSVG module understands only a subset of SVG specification (SVG Tiny 1.2)
## Supported SVG elements
- `rect`: A rectangular element
- `line`: A segment
- `polyline`: Multiple concatenated segments
- `path`: A complex path
> NOTE: Only straight lines are supported on paths