add fields for level crossing (#194)

This commit is contained in:
Kyℓe Hensel
2021-12-14 17:11:18 +01:00
committed by GitHub
parent b2aefe913b
commit 754d07395f
6 changed files with 56 additions and 0 deletions
+5
View File
@@ -1,5 +1,10 @@
{
"icon": "temaki-pedestrian",
"fields": [
"crossing/barrier",
"crossing/bell",
"crossing/light"
],
"geometry": [
"vertex"
],
+5
View File
@@ -1,5 +1,10 @@
{
"icon": "maki-cross",
"fields": [
"crossing/barrier",
"crossing/bell",
"crossing/light"
],
"geometry": [
"vertex"
],