Skip to content

Commit

Permalink
Fix typos in transportation docusaurus website
Browse files Browse the repository at this point in the history
Again thanks to Karen.Calus@tomtom.com for finding these...
  • Loading branch information
vcschapp committed Sep 1, 2023
1 parent 7e1515a commit 93756fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/themes/transportation/roads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ road class govern.
Turn restrictions on a road segment limit the transitions which are
allowed from that segment into other
[physically connected](shape-connectivity#physical-connectivity)
segments segments.
segments.

Every road segment has an *implied* set of allowed transitions
defined by its [access restrictions](#access-restrictions) as well as
Expand Down
8 changes: 8 additions & 0 deletions docusaurus/docs/themes/transportation/scoping-rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,14 @@ situation. Each individual rule in the list of rules is itself a scoped value,
a scoped value, and the assessment of which rule applies to a given set of facts
is done by the rule evaluation algorithm.

<!--

TODO: Feedback from Karen given 2023-08-29 that 👆 is very abstract and could
use an immediate example. I think an "easy" solution would be to wangle
a speed limits example with two rules that are just one-liner `maxSpeed`
entries.
-->

### Absolute form

There are cases when specifying a property value using rules makes sense, and
Expand Down
4 changes: 2 additions & 2 deletions docusaurus/docs/themes/transportation/travel-modes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ precise definition to those applications that require them.
A travel mode is recognized by the Overture Transportation schema when
it becomes part of the [`mode`](https://github.com/OvertureMaps/schema/blob/5f82f1d6a916031cb32730e1fac7e1a353f10c60/schema/transportation/segment.yaml#L103)
enumeration. As of our draft schema release `v0.4.0`, this enumeration
is relatively small and contains only travel modes which we some
is relatively small and contains only travel modes which we have some
confidence will be generally-applicable both across jurisdictions and
over time. We expect the list to change in future schema updates, to be
larger once we reach a table `v1.0.0` schema, and to continue to expand
Expand Down Expand Up @@ -96,7 +96,7 @@ built-in list of recognized travel modes.

### Scoping to travel modes

Travel modes can used to change the scope of scoped and rule-based
Travel modes can be used to change the scope of scoped and rule-based
properties within the schema. For example, they can affect the scope of
access restrictions, turn restrictions, or speed limits on [road](roads)
segments. Since travel modes are expressed via scoping properties, it
Expand Down

0 comments on commit 93756fe

Please sign in to comment.