This repository serves as a backup of the pages, Lua modules, and templates I authored for the OpenRailwayMap wiki, focusing on French railway signalling. It ensures long-term preservation of the documentation in case of unexpected deletions or inappropriate edits on the wiki platform.
The repository includes JOSM presets specifically designed for mapping French railway signalling. These presets are aligned with the current revision of the wiki documentation.
Recommended method - Install directly from JOSM:
- Go to Presets → Presets Preferences → Tagging Presets
- Search for French Railway Signalling in the Available Presets search box
- Select the matching preset and click the right-pointing arrow to add it to Active Presets
- Click OK
Alternative method - Manual installation:
This archive contains the latest preset XML files along with the required icon assets (SVG and PNG).
FrenchRailwaySignalling/
├── .github/workflows/ # GitHub Actions workflows
│ ├── generate-presets-archive.yml # Auto-generates preset archive
│ └── backup-wiki-pages.yml # Manual backup of wiki pages
├── presets/ # JOSM preset files and assets
│ ├── French_Railway_Signalling.xml
│ ├── icons/ # SVG and PNG icons
│ └── font/ # SNCF font used by some icons
├── tools/
│ └── WikiBackup/ # C# wiki backup tool
├── wiki/
│ ├── backup/ # Auto-generated wiki backups
│ └── draft/ # Initial content
└── French_Railway_Signalling_presets.zip # Auto-generated preset archive
🚧 Work in Progress
- Wiki Content: Available under the same license as OpenStreetMap wiki content
- JOSM Presets: MIT License
- Icons: Original creations or adaptations from Wikimedia Commons and Nicolas Wurtz's signalisation-rfn-svg project