From f7b8860632efcac3e3ce66873fb12858e841a914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCller?= Date: Thu, 7 Jul 2022 10:31:22 +0200 Subject: [PATCH] Add TYPE_RURAL and change TYPE_DRIVING to TYPE_CITY --- osi_lane.proto | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/osi_lane.proto b/osi_lane.proto index 062eb6a00..db7498d7c 100644 --- a/osi_lane.proto +++ b/osi_lane.proto @@ -400,11 +400,11 @@ message Lane // TYPE_OTHER = 1; - // A normal lane. + // A normal lane in city. // Example: Lanes with IDs l1, l2, l3, l4 and l6 in image \ref // HighwayExit. // - TYPE_DRIVING = 2; + TYPE_CITY = 2; // A road where driving is normally not permitted. // Example: Lane with ID l5 in image \ref HighwayExit. @@ -417,6 +417,10 @@ message Lane // \image html OSI_X-Junction.svg "" width=600px // TYPE_INTERSECTION = 4; + + // A normal lane in contry road. + // + TYPE_RURAL = 5; } // Definition of available lane subtypes, aligned with OpenDRIVE.