Skip to content

Commit 767b2d6

Browse files
authored
Add lane_markings field (#479)
1 parent cbfeb77 commit 767b2d6

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/fields/lane_markings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"key": "lane_markings",
3+
"type": "check",
4+
"label": "Lane Markings",
5+
"terms": [
6+
"centerline",
7+
"striped",
8+
"unstriped"
9+
]
10+
}

data/presets/highway/primary.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"flood_prone",
1919
"incline",
2020
"junction_line",
21+
"lane_markings",
2122
"lit",
2223
"maxheight",
2324
"maxspeed/advisory",

data/presets/highway/residential.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"flood_prone",
1616
"incline",
1717
"junction_line",
18+
"lane_markings",
1819
"lit",
1920
"maxheight",
2021
"maxspeed/advisory",

0 commit comments

Comments
 (0)