Skip to content

Commit de9f210

Browse files
authored
add direction field to some presets (#665)
also add some terms
1 parent db3775b commit de9f210

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

data/presets/aeroway/holding_position.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"fields": [
44
"ref",
55
"holding_position/type",
6+
"direction_vertex",
67
"ele_node"
78
],
89
"geometry": [

data/presets/playground/roundabout.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"playground": "roundabout"
1313
},
1414
"terms": [
15-
"merry-go-round"
15+
"merry-go-round",
16+
"carousel"
1617
],
1718
"name": "Play Roundabout"
1819
}

data/presets/railway/derail.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"geometry": [
44
"vertex"
55
],
6+
"fields": [
7+
"direction_vertex"
8+
],
69
"tags": {
710
"railway": "derail"
811
},

data/presets/shop/car_repair.json

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"inspection",
1616
"mechanic",
1717
"oil change",
18+
"panelbeater",
19+
"panel beater",
1820
"service"
1921
],
2022
"tags": {

0 commit comments

Comments
 (0)