Add crossing:whistle field

This commit is contained in:
arch0345 2023-10-27 21:03:02 -07:00
parent f2c16fbcd6
commit 9a213daf34
3 changed files with 20 additions and 1 deletions

View file

@ -7,7 +7,8 @@
"crossing/light"
],
"moreFields": [
"crossing/markings"
"crossing/markings",
"crossing/whistle"
],
"geometry": [
"vertex"

View file

@ -5,6 +5,9 @@
"crossing/bell",
"crossing/light"
],
"moreFields": [
"crossing/whistle"
],
"geometry": [
"vertex"
],