From 34e10834d93fa8b189fc253dfacbc136d1c4081d Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Thu, 9 Nov 2023 12:08:01 -0500 Subject: [PATCH] Fix lane scoping example --- .../segment/road/lanes/lanes-on-straight-road-lr.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/transportation/segment/road/lanes/lanes-on-straight-road-lr.yaml b/examples/transportation/segment/road/lanes/lanes-on-straight-road-lr.yaml index 8d972ec5..a957fd5f 100644 --- a/examples/transportation/segment/road/lanes/lanes-on-straight-road-lr.yaml +++ b/examples/transportation/segment/road/lanes/lanes-on-straight-road-lr.yaml @@ -27,20 +27,20 @@ properties: # digitization: S -> N - at: # two lanes between <0% and 10%) of segment - 0 - - 10 + - 0.1 value: - direction: forward # lane 0 - direction: forward # lane 1 - at: # three lanes between <10% and 70%) of segment - - 10 - - 70 + - 0.1 + - 0.7 value: - direction: forward - direction: forward - direction: forward - at: # two lanes again between <70% and 100%> of segment - - 70 - - 100 + - 0.7 + - 1 value: - direction: forward - direction: forward