mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-01 15:23:51 +01:00
add field self_checkout to shop preset
This commit is contained in:
parent
7629cf2bd8
commit
9772232798
2 changed files with 13 additions and 0 deletions
12
data/fields/self_checkout.json
Normal file
12
data/fields/self_checkout.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "self_checkout",
|
||||
"type": "radio",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Yes",
|
||||
"only": "Only",
|
||||
"no": "No"
|
||||
}
|
||||
},
|
||||
"label": "Self Checkout"
|
||||
}
|
||||
|
|
@ -22,6 +22,7 @@
|
|||
"ele",
|
||||
"height_building",
|
||||
"second_hand",
|
||||
"self_checkout",
|
||||
"stroller",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue