mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-03-31 00:59:47 +02:00
add locked field to lockable barriers (#199)
This commit is contained in:
5
data/fields/locked.json
Normal file
5
data/fields/locked.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "locked",
|
||||
"type": "check",
|
||||
"label": "Locked"
|
||||
}
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "temaki-rope_fence",
|
||||
"fields": [
|
||||
"access"
|
||||
"access",
|
||||
"locked"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"icon": "temaki-gate",
|
||||
"fields": [
|
||||
"access",
|
||||
"locked",
|
||||
"wheelchair",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"icon": "temaki-lift_gate",
|
||||
"fields": [
|
||||
"access",
|
||||
"locked",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user