mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-13 02:07:47 +02:00
change default highway value for golf cart paths to "path"
and show the access field (as for all highway based presets), so users can set respective further access details
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
},
|
||||
"addTags": {
|
||||
"golf": "cartpath",
|
||||
"golf_cart": "designated",
|
||||
"highway": "service"
|
||||
"highway": "path",
|
||||
"golf_cart": "designated"
|
||||
},
|
||||
"name": "Golf Cartpath"
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"surface",
|
||||
"width",
|
||||
"structure",
|
||||
"access",
|
||||
"incline"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Reference in New Issue
Block a user