mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-22 08:16:55 +02:00
Add ref and railway:track_ref fields to railway=rail and =switch presets (#1083)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "railway:track_ref",
|
||||
"type": "text",
|
||||
"label": "Track Number"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
"label": "Line Number"
|
||||
}
|
||||
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"icon": "temaki-railway_track",
|
||||
"fields": [
|
||||
"{railway/light_rail}"
|
||||
"{railway/light_rail}",
|
||||
"railway/track_ref"
|
||||
],
|
||||
"moreFields": [
|
||||
"{railway/light_rail}",
|
||||
"highspeed"
|
||||
"highspeed",
|
||||
"ref_rail"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"icon": "temaki-junction",
|
||||
"fields": [
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user