add locked field to lockable barriers (#199)

This commit is contained in:
Andrew Harvey
2021-12-15 03:01:46 +11:00
committed by GitHub
parent 5fc8a40ec2
commit b2aefe913b
4 changed files with 9 additions and 1 deletions

5
data/fields/locked.json Normal file
View File

@@ -0,0 +1,5 @@
{
"key": "locked",
"type": "check",
"label": "Locked"
}

View File

@@ -1,7 +1,8 @@
{
"icon": "temaki-rope_fence",
"fields": [
"access"
"access",
"locked"
],
"geometry": [
"vertex",

View File

@@ -2,6 +2,7 @@
"icon": "temaki-gate",
"fields": [
"access",
"locked",
"wheelchair",
"opening_hours",
"opening_hours/covid19",

View File

@@ -2,6 +2,7 @@
"icon": "temaki-lift_gate",
"fields": [
"access",
"locked",
"opening_hours",
"opening_hours/covid19"
],