id-tagging-schema/data/presets/club.json
Martin Raifer 4de347dd48
Phase out opening_hours:covid19 field (#401)
…by making the field an optional field which is not displayed by default when selecting a preset. This approach allows mapeprs to easily see now potentially outdated pandemic opening hours and check/update/fix/convert them accordinly.
2022-05-20 17:08:19 +02:00

42 lines
780 B
JSON

{
"icon": "fas-handshake",
"fields": [
"name",
"club",
"operator",
"address",
"building_area",
"opening_hours",
"phone",
"website"
],
"moreFields": [
"access_simple",
"building/levels_building",
"email",
"fax",
"gnis/feature_id-US",
"height_building",
"internet_access",
"internet_access/fee",
"internet_access/ssid",
"level",
"max_age",
"min_age",
"opening_hours/covid19",
"phone",
"website",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"tags": {
"club": "*"
},
"terms": [
"social"
],
"name": "Club"
}