@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
36 lines (35 loc) • 627 B
JSON
{
"icon": "fas-dumbbell",
"fields": [
"name",
"sport",
"address",
"building_area_yes",
"opening_hours",
"phone",
"website"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"branch_brand",
"brand",
"charge_fee",
"fee"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "fitness_centre"
},
"terms": [
"gym",
"health",
"leisure",
"pilates",
"studio"
],
"name": "Gym / Fitness Center"
}