Merge pull request #327 from openstreetmap/golf-cartpath

change default highway value for golf cart paths to "path"
This commit is contained in:
Martin Raifer 2022-05-20 12:09:39 +02:00 committed by GitHub
commit 406c147dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 4 deletions

View file

@ -0,0 +1,12 @@
{
"key": "highway",
"type": "typeCombo",
"label": "Type of Path",
"strings": {
"options": {
"path": "Cartpath",
"service": "Service Road"
}
},
"autoSuggestions": false
}

View file

@ -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"
}

View file

@ -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"
}