From 6ae30aab792ed23365d8bb92fef49cd4c6de9b33 Mon Sep 17 00:00:00 2001 From: Jakob Erdmann Date: Tue, 20 Feb 2024 09:26:38 +0100 Subject: [PATCH] #2 style --- docs/web/docs/Simulation/VehiclePermissions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/web/docs/Simulation/VehiclePermissions.md b/docs/web/docs/Simulation/VehiclePermissions.md index d8089496a9e6..fec4cfd2a681 100644 --- a/docs/web/docs/Simulation/VehiclePermissions.md +++ b/docs/web/docs/Simulation/VehiclePermissions.md @@ -80,9 +80,9 @@ should be used. The default vehicle classes (including the values `custom1` and `custom2`) can handle most requirements for modelling network access restrictions. However, in some domains such as shipping (draught, beam) and railroads (axle weight, grade), it may be necessary to provide for fine grained numerical access models. -For this, [duarouter](../duarouter.md) provides the option **--restriction-params** to handle set list of edge and vehicle type [generic parameters](GenericParameters.md) names. +For this, [duarouter](../duarouter.md) provides the option **--restriction-params** to set list of edge and vehicle type [generic parameters](GenericParameters.md) names. -- Only those vehicles where the restriction param has a lowever value than the corresponding edge param are allowed to move on an edge. +- Only those vehicles where the restriction param has a lower value than the corresponding edge param are allowed to move on an edge. - If a `` does not define a restriction param it's value is initialized to *0*. - If an `` does not define a restriction param it's value is initialized to *1e40*. @@ -92,7 +92,7 @@ Restrictions on ship draught could be modelled in the following manner: where *net.net.xml* has an edge defined as -``` +```xml @@ -101,7 +101,7 @@ where *net.net.xml* has an edge defined as and *routes.rou.xml* defined with the following types: -``` +```xml