mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Add translatable options for Swimming Pool field; add preset for Hot Tub (#1008)
This commit is contained in:
parent
08bd11719c
commit
b526b49ea2
3 changed files with 46 additions and 1 deletions
27
data/presets/leisure/hot_tub.json
Normal file
27
data/presets/leisure/hot_tub.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "fas-hot-tub-person",
|
||||
"fields": [
|
||||
"access_simple",
|
||||
"location_pool"
|
||||
],
|
||||
"moreFields": [
|
||||
"level",
|
||||
"gender",
|
||||
"lit",
|
||||
"nudism",
|
||||
"opening_hours",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"jacuzzi",
|
||||
"spa"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "hot_tub"
|
||||
},
|
||||
"name": "Hot Tub"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue