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
4 changed files with 34 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"key": "highway",
"type": "typeCombo",
"label": "Type of Path",
"strings": {
"options": {
"path": "Cartpath",
"service": "Service Road"
}
},
"autoSuggestions": false
}
+7 -2
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"
}
+5 -2
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"
}