Skip to content

Commit

Permalink
add documented options for the crossing:markings tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Nov 8, 2022
1 parent 506fe2b commit ef116af
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion data/fields/crossing/markings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
{
"key": "crossing:markings",
"type": "combo",
"label": "Crossing Markings"
"label": "Crossing Markings",
"options": [
"zebra",
"lines",
"no",
"ladder",
"dots",
"dashes",
"yes",
"surface",
"ladder:skewed",
"pictograms",
"lines:paired",
"zebra:double",
"zebra:paired",
"zebra:bicolour",
"ladder:paired"
]
}

0 comments on commit ef116af

Please sign in to comment.