Skip to content

Commit

Permalink
change default highway value for golf cart paths to "path"
Browse files Browse the repository at this point in the history
and show the access field (as for all highway based presets), so users can set respective further access details
  • Loading branch information
tyrasd committed Jan 5, 2022
1 parent 0da5e3e commit 182dcd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/presets/golf/cartpath.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"addTags": {
"golf": "cartpath",
"golf_cart": "designated",
"highway": "service"
"highway": "path",
"golf_cart": "designated"
},
"name": "Golf Cartpath"
}
1 change: 1 addition & 0 deletions data/presets/golf/path.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"surface",
"width",
"structure",
"access",
"incline"
],
"geometry": [
Expand Down

0 comments on commit 182dcd9

Please sign in to comment.