@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
27 lines (26 loc) • 428 B
JSON
{
"icon": "maki-pitch",
"fields": [
"name",
"sport",
"{club}"
],
"moreFields": [
"{club}",
"access_simple"
],
"geometry": [
"point",
"area"
],
"tags": {
"club": "sport"
},
"terms": [
"athletics club",
"sporting club",
"sports association",
"sports society"
],
"name": "Sports Club"
}