mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
Merge pull request #327 from openstreetmap/golf-cartpath
change default highway value for golf cart paths to "path"
This commit is contained in:
commit
406c147dd0
4 changed files with 34 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"icon": "temaki-golf_cart",
|
||||
"fields": [
|
||||
"name",
|
||||
"highway_cartpath",
|
||||
"{golf/path}",
|
||||
"maxspeed"
|
||||
],
|
||||
|
|
@ -12,8 +14,11 @@
|
|||
},
|
||||
"addTags": {
|
||||
"golf": "cartpath",
|
||||
"golf_cart": "designated",
|
||||
"highway": "service"
|
||||
"highway": "path",
|
||||
"golf_cart": "yes"
|
||||
},
|
||||
"terms": [
|
||||
"cartpath"
|
||||
],
|
||||
"name": "Golf Cartpath"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"surface",
|
||||
"width",
|
||||
"structure",
|
||||
"access",
|
||||
"incline"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
@ -15,8 +16,10 @@
|
|||
},
|
||||
"addTags": {
|
||||
"golf": "path",
|
||||
"highway": "path",
|
||||
"foot": "designated"
|
||||
"highway": "footway"
|
||||
},
|
||||
"terms": [
|
||||
"golf path"
|
||||
],
|
||||
"name": "Golf Walking Path"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue