@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
25 lines (24 loc) • 408 B
JSON
{
"icon": "temaki-golf_cart",
"fields": [
"name",
"highway_cartpath",
"{golf/path}",
"maxspeed"
],
"geometry": [
"line"
],
"tags": {
"golf": "cartpath"
},
"addTags": {
"golf": "cartpath",
"highway": "path",
"golf_cart": "yes"
},
"terms": [
"cartpath"
],
"name": "Golf Cartpath"
}