Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data/fields/lane_markings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "lane:markings",
Comment thread
arch0345 marked this conversation as resolved.
Outdated
"type": "check",
"label": "Lane Markings"
Comment thread
tyrasd marked this conversation as resolved.
Outdated
}
1 change: 1 addition & 0 deletions data/presets/highway/living_street.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"cycleway",
"flood_prone",
"junction_line",
"lane_markings",
"lit",
"maxheight",
"maxweight_bridge",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/residential.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"flood_prone",
"incline",
"junction_line",
"lane_markings",
"lit",
"maxheight",
"maxspeed/advisory",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"flood_prone",
"incline",
"lanes",
"lane_markings",
"lit",
"maxheight",
"maxspeed/advisory",
Expand Down
3 changes: 2 additions & 1 deletion data/presets/highway/tertiary.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"{highway/primary}"
],
"moreFields": [
"{highway/primary}"
"{highway/primary}",
"lane_markings"
],
"geometry": [
"line"
Expand Down