Skip to content

Commit

Permalink
Deployed f9c5569a62 to dev-2.x in en with MkDocs 1.5.3 and mike 1.2.0…
Browse files Browse the repository at this point in the history
….dev0
  • Loading branch information
OTP Bot committed Feb 6, 2024
1 parent 13fcbd5 commit 3c8f503
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions en/dev-2.x/RouteRequest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2479,15 +2479,15 @@ <h1 id="route-request">Route Request</h1>
<td style="text-align: center;">2.5</td>
</tr>
<tr>
<td>      <a href="#rd_bicycle_walk_hopCost">hopCost</a></td>
<td>      <a href="#rd_bicycle_walk_mountDismountCost">mountDismountCost</a></td>
<td style="text-align: center;"><code>integer</code></td>
<td>The cost of hopping on or off a vehicle.</td>
<td style="text-align: center;"><em>Optional</em></td>
<td><code>0</code></td>
<td style="text-align: center;">2.0</td>
</tr>
<tr>
<td>      <a href="#rd_bicycle_walk_hopTime">hopTime</a></td>
<td>      <a href="#rd_bicycle_walk_mountDismountTime">mountDismountTime</a></td>
<td style="text-align: center;"><code>duration</code></td>
<td>The time it takes the user to hop on or off a vehicle.</td>
<td style="text-align: center;"><em>Optional</em></td>
Expand Down Expand Up @@ -3391,14 +3391,14 @@ <h3 id="rd_bicycle_triangle_safety">safety</h3>
<p>Relative importance of safety (range 0-1).</p>
<p>This factor can also include other concerns such as convenience and general cyclist
preferences by taking into account road surface etc.</p>
<h3 id="rd_bicycle_walk_hopCost">hopCost</h3>
<h3 id="rd_bicycle_walk_mountDismountCost">mountDismountCost</h3>

<p><strong>Since version:</strong> <code>2.0</code><strong>Type:</strong> <code>integer</code><strong>Cardinality:</strong> <code>Optional</code><strong>Default value:</strong> <code>0</code> <br />
<strong>Path:</strong> /routingDefaults/bicycle/walk </p>
<p>The cost of hopping on or off a vehicle.</p>
<p>There are different parameters for the cost of renting or parking a vehicle and this is
not meant for controlling the cost of those events.</p>
<h3 id="rd_bicycle_walk_hopTime">hopTime</h3>
<h3 id="rd_bicycle_walk_mountDismountTime">mountDismountTime</h3>

<p><strong>Since version:</strong> <code>2.0</code><strong>Type:</strong> <code>duration</code><strong>Cardinality:</strong> <code>Optional</code><strong>Default value:</strong> <code>"PT0S"</code> <br />
<strong>Path:</strong> /routingDefaults/bicycle/walk </p>
Expand Down
2 changes: 1 addition & 1 deletion en/dev-2.x/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 3c8f503

Please sign in to comment.