Add Golf Cartpath Multipurpose

This commit is contained in:
Chad Rockey
2019-02-05 22:55:38 -08:00
parent 25cc522333
commit 31a5264c37
3 changed files with 26 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@
"members": [
"golf/hole",
"golf/cartpath",
"golf/cartpath_multipurpose",
"golf/path"
]
},
+1
View File
@@ -5,6 +5,7 @@
"members": [
"golf/hole",
"golf/cartpath",
"golf/cartpath_multipurpose",
"golf/path"
]
}
@@ -0,0 +1,24 @@
{
"icon": "maki-golf",
"fields": [
"name",
"surface",
"width",
"structure",
"access",
"incline"
],
"geometry": [
"line"
],
"tags": {
"highway": "track",
"golf": "cartpath",
"golf_cart": "designated"
},
"reference": {
"key": "golf",
"value": "cartpath"
},
"name": "Golf Cartpath Multipurpose"
}