Add ref and railway:track_ref fields to railway=rail and =switch presets (#1083)

This commit is contained in:
Máté Gyöngyösi
2024-01-31 12:33:56 +01:00
committed by GitHub
parent 1aedde053e
commit 96a4600d18
4 changed files with 17 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "railway:track_ref",
"type": "text",
"label": "Track Number"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "ref",
"type": "text",
"label": "Line Number"
}