Skip to content

Commit

Permalink
correct stencil and striping types
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Feb 2, 2025
1 parent f6c420a commit f4f5f88
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions docs/managed-street/managed-street-json-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,12 @@ stencil: [{
}]
```

Common stencil types:
- Road markings: `"word-only, word-taxi, word-bus"`
- Arrows: `"bike-arrow, turn-lane-left, turn-lane-right"`
- Parking: `"parking-t"`
Stencil Types:

- Arrows: `"left, right, both, straight, left-straight, right-straight, all"`
- Parking: `"parking-t, perpendicular-stalls, solid-stripe"`
- Word stencils: `"word-only, word-taxi, word-bus, word-lane, word-only-small, word-yield, word-slow, word-xing, word-stop, word-loading-small"`
- Other: `"sharrow, bike-arrow, hash-left, hash-right, hash-chevron"`

### Pedestrians
Adds pedestrian models with specified density.
Expand All @@ -126,10 +128,16 @@ striping: [{
}]
```

Common stripe types:
Striping Types:
- `"none"`
- `"solid-stripe"`
- `"dashed-stripe"`
- `"short-dashed-stripe"`
- `"short-dashed-stripe-yellow"`
- `"solid-doubleyellow"`
- `"solid-dashed"`
- `"solid-dashed-yellow"`
- `"solid-dashed-yellow-mirror"`
- `"none"`

## Example Segments

Expand Down

0 comments on commit f4f5f88

Please sign in to comment.