Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/basic/sql_function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ types of vehicles and the pedestrian routing:
- Bounding box: ``(@PGR_WORKSHOP_LITTLE_NET_BBOX@)``
- Do not use `steps`, `footway`, `path`

- Speed is 10% slower than the Particular vehicles.
- Speed is 10% faster than the Particular vehicles.

- Pedestrians:

Expand Down Expand Up @@ -167,7 +167,7 @@ Exercise 2: Limiting the road network within an area
* Create a view ``taxi_net`` for the `taxi`:

* The taxi can only circulate inside this Bounding Box: ``(@PGR_WORKSHOP_LITTLE_NET_BBOX@)``
* The taxi speed is 10% slower than the particular vehicle.
* The taxi speed is 10% faster than the particular vehicle.

* Verify the reduced number of road segments.

Expand Down Expand Up @@ -306,7 +306,7 @@ In particular:
* For ``taxi_net``:

* Similar as the previous one but with ``taxi_net``. (line **3**)
* The results give the same route as with ``vehicle_net`` but ``cost`` is higher
* The results give the same route as with ``vehicle_net`` but ``cost`` is lower

.. literalinclude:: ../scripts/basic/chapter_7/all_sections.sql
:language: sql
Expand Down