Skip to content

Commit

Permalink
update flags examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnt1 committed Sep 20, 2023
1 parent 7cc323f commit 8cbe774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/transportation/segment/road/road.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ properties:
language: local
surface:
- value: gravel
flags: [isLink, isTunnel, isPrivate]
flags:
- values: [isLink, isTunnel, isPrivate]
restrictions:
speedLimits:
- minSpeed: [90, "km/h"]
Expand Down

0 comments on commit 8cbe774

Please sign in to comment.