mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 13:38:02 +02:00
add (new) lifeguard and supervised fields to beach preset
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"key": "lifeguard",
|
||||
"type": "check",
|
||||
"label": "Lifeguard",
|
||||
"terms": [
|
||||
"lifesaver"
|
||||
]
|
||||
}
|
||||
@@ -2,7 +2,9 @@
|
||||
"icon": "temaki-beach",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface"
|
||||
"surface",
|
||||
"lifeguard",
|
||||
"supervised"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1621,6 +1621,9 @@ en:
|
||||
liaison:
|
||||
# liaison=*
|
||||
label: Type
|
||||
lifeguard:
|
||||
# lifeguard=*
|
||||
label: Lifeguard
|
||||
line_attachment:
|
||||
# line_attachment=*
|
||||
label: Line Attachment
|
||||
|
||||
Reference in New Issue
Block a user