Skip to content

Commit f4f5f88

Browse files
committed
correct stencil and striping types
1 parent f6c420a commit f4f5f88

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

docs/managed-street/managed-street-json-format.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,12 @@ stencil: [{
102102
}]
103103
```
104104

105-
Common stencil types:
106-
- Road markings: `"word-only, word-taxi, word-bus"`
107-
- Arrows: `"bike-arrow, turn-lane-left, turn-lane-right"`
108-
- Parking: `"parking-t"`
105+
Stencil Types:
106+
107+
- Arrows: `"left, right, both, straight, left-straight, right-straight, all"`
108+
- Parking: `"parking-t, perpendicular-stalls, solid-stripe"`
109+
- Word stencils: `"word-only, word-taxi, word-bus, word-lane, word-only-small, word-yield, word-slow, word-xing, word-stop, word-loading-small"`
110+
- Other: `"sharrow, bike-arrow, hash-left, hash-right, hash-chevron"`
109111

110112
### Pedestrians
111113
Adds pedestrian models with specified density.
@@ -126,10 +128,16 @@ striping: [{
126128
}]
127129
```
128130

129-
Common stripe types:
131+
Striping Types:
132+
- `"none"`
133+
- `"solid-stripe"`
134+
- `"dashed-stripe"`
135+
- `"short-dashed-stripe"`
136+
- `"short-dashed-stripe-yellow"`
137+
- `"solid-doubleyellow"`
138+
- `"solid-dashed"`
130139
- `"solid-dashed-yellow"`
131140
- `"solid-dashed-yellow-mirror"`
132-
- `"none"`
133141

134142
## Example Segments
135143

0 commit comments

Comments
 (0)