Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-richardson committed Jul 24, 2024
1 parent 0d121d5 commit c7ee7fe
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ properties:
version: 2
subtype: road
class: primary
connector_ids:
- overture:transportation:example:connector:1
# `connector_ids` is deprecated in favor of `connectors`, planned to be removed for the October release
connector_ids: [fooConnector, barConnector]
connectors:
- connector_id: fooConnector
at: 0
- connector_id: barConnector
at: 1
prohibited_transitions:
- sequence:
- segment_id: foo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ properties:
version: 2
subtype: road
class: primary
connector_ids:
- overture:transportation:example:connector:1
# `connector_ids` is deprecated in favor of `connectors`, planned to be removed for the October release
connector_ids: [fooConnector, barConnector]
connectors:
- connector_id: fooConnector
at: 0
- connector_id: barConnector
at: 1
prohibited_transitions:
- sequence: []
final_heading: forward
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ properties:
version: 2
subtype: road
class: primary
connector_ids:
- overture:transportation:example:connector:1
# `connector_ids` is deprecated in favor of `connectors`, planned to be removed for the October release
connector_ids: [fooConnector, barConnector]
connectors:
- connector_id: fooConnector
at: 0
- connector_id: barConnector
at: 1
prohibited_transitions:
- sequence:
- segment_id: foo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ properties:
version: 2
subtype: road
class: secondary
# `connector_ids` is deprecated in favor of `connectors`, planned to be removed for the October release
connector_ids: [fooConnector, barConnector]
connectors:
- connector_id: fooConnector
at: 0
- connector_id: barConnector
at: 1
speed_limits:
- max_speed:
value: 110
Expand Down
10 changes: 7 additions & 3 deletions examples/transportation/docusaurus/access-restriction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ properties:
version: 4
subtype: road
class: motorway
connector_ids:
- overture:transportation:example:simple-road-connector-1
- overture:transportation:example:simple-road-connector-2
# `connector_ids` is deprecated in favor of `connectors`, planned to be removed for the October release
connector_ids: [fooConnector, barConnector]
connectors:
- connector_id: fooConnector
at: 0
- connector_id: barConnector
at: 1
names:
primary: SR 520
access_restrictions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ properties:
version: 4
subtype: road
class: primary

# `connector_ids` is deprecated in favor of `connectors`, planned to be removed for the October release
connector_ids: [fooConnector, barConnector]
connectors:
- connector_id: fooConnector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ properties:
version: 6
subtype: road
class: secondary
# `connector_ids` is deprecated in favor of `connectors`, planned to be removed for the October release
connector_ids: [fooConnector, barConnector]
connectors:
- connector_id: fooConnector
Expand Down

0 comments on commit c7ee7fe

Please sign in to comment.