@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
29 lines (28 loc) • 444 B
JSON
{
"icon": "maki-golf",
"fields": [
"name",
"surface",
"width",
"structure",
"access",
"incline"
],
"moreFields": [
"bridge/ref"
],
"geometry": [
"line"
],
"tags": {
"golf": "path"
},
"addTags": {
"golf": "path",
"highway": "footway"
},
"terms": [
"golf path"
],
"name": "Golf Walking Path"
}