A simple editor for railway station plan in SVG format
Go to file
Filippo Gentile 43a237101b MainWindow: zoom to min/max when value is out of bound, show everithing 2022-02-06 17:34:05 +01:00
cmake CMake: move windeployqt finding to separate file 2022-02-03 16:16:24 +01:00
editor NodeFinderSVGConverter: connect models, set column to hide 2022-02-06 17:18:25 +01:00
library Svg Utils: fix convertPathToSVG() 2022-02-06 13:48:16 +01:00
viewer MainWindow: zoom to min/max when value is out of bound, show everithing 2022-02-06 17:34:05 +01:00
.gitignore Edit .gitignore 2021-10-07 12:08:40 +02:00
CMakeLists.txt CMake: move windeployqt finding to separate file 2022-02-03 16:16:24 +01:00
LICENSE Initial commit 2021-10-07 12:06:03 +02:00
README.md Update README.md 2021-10-07 12:29:20 +02:00

README.md

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