-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging into main for August, 2024 release.
- Loading branch information
Showing
149 changed files
with
1,354 additions
and
15,801 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.gitignore | ||
.vscode | ||
.watchman* | ||
.DS_Store | ||
.DS_Store | ||
docs/docusaurus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
id: overture:transportation:segment:123 | ||
type: Feature | ||
geometry: | ||
type: LineString | ||
coordinates: [[0, 0], [1, 1]] | ||
properties: | ||
ext_expected_errors: | ||
- "[I#/properties/class] [S#/$defs/propertyDefinitions/class] value must be one of" | ||
theme: transportation | ||
type: segment | ||
update_time: "2024-04-23T00:00:00-05:00" | ||
version: 1 | ||
subtype: road | ||
class: sidewalk | ||
connector_ids: [fooConnector, barConnector] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
counterexamples/transportation/segment/road/bad-road-destinations.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
id: overture:transportation:segment:example:destinations:1 | ||
type: Feature | ||
geometry: | ||
type: LineString | ||
coordinates: [[0, 0], [1, 1]] | ||
properties: | ||
theme: transportation | ||
type: segment | ||
subtype: road | ||
class: secondary | ||
version: 0 | ||
connector_ids: [overture:transportation:connector:123, overture:transportation:connector:678] | ||
destinations: | ||
- labels: | ||
- value: Seattle | ||
type: unknown | ||
- value: Seattle | ||
type: unknown | ||
- value: Redmond | ||
- value: | ||
foo: bar | ||
type: unknown | ||
- value: Bellevue | ||
type: other | ||
- value: Main Street | ||
type: street | ||
- value: I90 | ||
type: route | ||
symbols: | ||
- airport | ||
from: | ||
- segment_id: overture:transportation:segment:234 | ||
- segment_id: overture:transportation:segment:567 | ||
connector_id: overture:transportation:connector:567 | ||
foo: bar | ||
when: | ||
heading: forward | ||
to_connector_id: overture:transportation:connector:123 | ||
final_heading: backward | ||
- labels: | ||
- value: Kirkland | ||
type: unknown | ||
from: | ||
- segment_id: overture:transportation:segment:567 | ||
connector_id: overture:transportation:connector:567 | ||
ext_expected_errors: | ||
- "[I#/properties/destinations/0/label] items at index 0 and 1 are equal" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...amples/transportation/segment/road/destinations/bad-road-destinations-bad-label-type.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
id: overture:transportation:segment:example:destinations:1 | ||
type: Feature | ||
geometry: | ||
type: LineString | ||
coordinates: [[0, 0], [1, 1]] | ||
properties: | ||
theme: transportation | ||
type: segment | ||
subtype: road | ||
class: secondary | ||
version: 0 | ||
connector_ids: [overture:transportation:connector:123, overture:transportation:connector:678] | ||
destinations: | ||
- labels: | ||
- value: Seattle | ||
type: bad_type | ||
symbols: | ||
- airport | ||
when: | ||
heading: forward | ||
from_connector_id: overture:transportation:connector:123 | ||
to_connector_id: overture:transportation:connector:123 | ||
to_segment_id: overture:transportation:segment:567 | ||
final_heading: backward | ||
ext_expected_errors: | ||
- "[I#/properties/destinations/0/labels/0/type] [S#/$defs/propertyDefinitions/destinationLabelType/enum] value must be one of" |
29 changes: 29 additions & 0 deletions
29
...terexamples/transportation/segment/road/destinations/bad-road-destinations-duplicate.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
id: overture:transportation:segment:example:destinations:1 | ||
type: Feature | ||
geometry: | ||
type: LineString | ||
coordinates: [[0, 0], [1, 1]] | ||
properties: | ||
theme: transportation | ||
type: segment | ||
subtype: road | ||
class: secondary | ||
version: 0 | ||
connector_ids: [overture:transportation:connector:123, overture:transportation:connector:678] | ||
destinations: | ||
- labels: | ||
- value: Seattle | ||
type: unknown | ||
- value: Seattle | ||
type: unknown | ||
symbols: | ||
- airport | ||
when: | ||
heading: forward | ||
from_connector_id: overture:transportation:connector:123 | ||
to_connector_id: overture:transportation:connector:123 | ||
to_segment_id: overture:transportation:segment:567 | ||
final_heading: backward | ||
ext_expected_errors: | ||
- "[I#/properties/destinations/0/labels] items at index 0 and 1 are equal" |
27 changes: 27 additions & 0 deletions
27
...les/transportation/segment/road/destinations/bad-road-destinations-empty-label-value.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
id: overture:transportation:segment:example:destinations:1 | ||
type: Feature | ||
geometry: | ||
type: LineString | ||
coordinates: [[0, 0], [1, 1]] | ||
properties: | ||
theme: transportation | ||
type: segment | ||
subtype: road | ||
class: secondary | ||
version: 0 | ||
connector_ids: [overture:transportation:connector:123, overture:transportation:connector:678] | ||
destinations: | ||
- labels: | ||
- value: | ||
type: unknown | ||
symbols: | ||
- airport | ||
when: | ||
heading: forward | ||
from_connector_id: overture:transportation:connector:123 | ||
to_connector_id: overture:transportation:connector:123 | ||
to_segment_id: overture:transportation:segment:567 | ||
final_heading: backward | ||
ext_expected_errors: | ||
- "[I#/properties/destinations/0/labels/0/value] [S#/$defs/propertyDefinitions/destinations/items/properties/labels/items/properties/value/type] expected string, but got null" |
27 changes: 27 additions & 0 deletions
27
...amples/transportation/segment/road/destinations/bad-road-destinations-invalid-symbol.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
id: overture:transportation:segment:example:destinations:1 | ||
type: Feature | ||
geometry: | ||
type: LineString | ||
coordinates: [[0, 0], [1, 1]] | ||
properties: | ||
theme: transportation | ||
type: segment | ||
subtype: road | ||
class: secondary | ||
version: 0 | ||
connector_ids: [overture:transportation:connector:123, overture:transportation:connector:678] | ||
destinations: | ||
- labels: | ||
- value: Seattle | ||
type: unknown | ||
symbols: | ||
- bad_symbol | ||
when: | ||
heading: forward | ||
from_connector_id: overture:transportation:connector:123 | ||
to_connector_id: overture:transportation:connector:123 | ||
to_segment_id: overture:transportation:segment:567 | ||
final_heading: backward | ||
ext_expected_errors: | ||
- "[I#/properties/destinations/0] [S#/$defs/propertyDefinitions/destinationSignSymbol/enum] value must be one of ..." |
26 changes: 26 additions & 0 deletions
26
...transportation/segment/road/destinations/bad-road-destinations-missing-final_heading.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
id: overture:transportation:segment:example:destinations:1 | ||
type: Feature | ||
geometry: | ||
type: LineString | ||
coordinates: [[0, 0], [1, 1]] | ||
properties: | ||
theme: transportation | ||
type: segment | ||
subtype: road | ||
class: secondary | ||
version: 0 | ||
connector_ids: [overture:transportation:connector:123, overture:transportation:connector:678] | ||
destinations: | ||
- labels: | ||
- value: Seattle | ||
type: unknown | ||
symbols: | ||
- airport | ||
when: | ||
heading: forward | ||
from_connector_id: overture:transportation:connector:123 | ||
to_connector_id: overture:transportation:connector:123 | ||
to_segment_id: overture:transportation:segment:567 | ||
ext_expected_errors: | ||
- "[I#/properties/destinations/0] [S#/$defs/propertyDefinitions/destinations/items/required] missing properties: 'final_heading'" |
Oops, something went wrong.