mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Add Golf Cartpath Multipurpose
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
"members": [
|
||||
"golf/hole",
|
||||
"golf/cartpath",
|
||||
"golf/cartpath_multipurpose",
|
||||
"golf/path"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user