add fields for level crossing (#194)

This commit is contained in:
Kyℓe Hensel 2021-12-15 05:11:18 +13:00 committed by GitHub
parent b2aefe913b
commit 754d07395f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 56 additions and 0 deletions

View file

@ -1,5 +1,10 @@
{
"icon": "temaki-pedestrian",
"fields": [
"crossing/barrier",
"crossing/bell",
"crossing/light"
],
"geometry": [
"vertex"
],

View file

@ -1,5 +1,10 @@
{
"icon": "maki-cross",
"fields": [
"crossing/barrier",
"crossing/bell",
"crossing/light"
],
"geometry": [
"vertex"
],