Skip to content

Commit

Permalink
add direction field to some presets (#665)
Browse files Browse the repository at this point in the history
also add some terms
  • Loading branch information
k-yle authored Dec 5, 2022
1 parent db3775b commit de9f210
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/presets/aeroway/holding_position.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"fields": [
"ref",
"holding_position/type",
"direction_vertex",
"ele_node"
],
"geometry": [
Expand Down
3 changes: 2 additions & 1 deletion data/presets/playground/roundabout.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"playground": "roundabout"
},
"terms": [
"merry-go-round"
"merry-go-round",
"carousel"
],
"name": "Play Roundabout"
}
3 changes: 3 additions & 0 deletions data/presets/railway/derail.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"geometry": [
"vertex"
],
"fields": [
"direction_vertex"
],
"tags": {
"railway": "derail"
},
Expand Down
2 changes: 2 additions & 0 deletions data/presets/shop/car_repair.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"inspection",
"mechanic",
"oil change",
"panelbeater",
"panel beater",
"service"
],
"tags": {
Expand Down

0 comments on commit de9f210

Please sign in to comment.