From 7cc323ff4293f592f04790575e23be9c41e471b1 Mon Sep 17 00:00:00 2001 From: Cozmin Bantea Date: Wed, 20 Sep 2023 14:48:59 -0700 Subject: [PATCH] update minOccupancy examples --- examples/transportation/docusaurus/lanes-hov.yaml | 2 +- .../segment/road/lanes/restrictions/lanes-hov.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/transportation/docusaurus/lanes-hov.yaml b/examples/transportation/docusaurus/lanes-hov.yaml index f4eef4eb..7c0913cf 100644 --- a/examples/transportation/docusaurus/lanes-hov.yaml +++ b/examples/transportation/docusaurus/lanes-hov.yaml @@ -41,6 +41,6 @@ properties: mode: - hov minOccupancy: - isAtLeast: 3 + - isAtLeast: 3 - direction: forward # lane 1 - direction: forward # lane 2 diff --git a/examples/transportation/segment/road/lanes/restrictions/lanes-hov.yaml b/examples/transportation/segment/road/lanes/restrictions/lanes-hov.yaml index f1f76798..3e77fc07 100644 --- a/examples/transportation/segment/road/lanes/restrictions/lanes-hov.yaml +++ b/examples/transportation/segment/road/lanes/restrictions/lanes-hov.yaml @@ -37,6 +37,6 @@ properties: mode: - hov minOccupancy: - isAtLeast: 3 + - isAtLeast: 3 - direction: forward # lane 1 - direction: forward # lane 2