Skip to content

Commit

Permalink
Add multiple connector example
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-richardson committed Jul 24, 2024
1 parent c79e4d6 commit b78911f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions examples/transportation/segment/road/road-multiple-connectors.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
id: overture:transportation:segment:0841f2c7ffffffff0477f88f6824635d
type: Feature
geometry:
type: LineString
coordinates: [[14.5161902, 56.6452609], [14.5151903, 56.6465165], [14.5128482, 56.6494576]]
properties:
theme: transportation
type: segment
version: 1
subtype: road
class: secondary
connector_ids: [08f1f2c6a5d612f20473f1d0ae2f3b9b, 08f1f2c78b6cd7480477fda99ff112b1, 08f1f2c78b6740300477f04e2259ca78]
road_surface:
- value: paved
connectors:
- connector_id: 08f1f2c6a5d612f20473f1d0ae2f3b9b
at: 0
- connector_id: 08f1f2c78b6cd7480477fda99ff112b1
at: 0.3
- connector_id: 08f1f2c78b6740300477f04e2259ca78
at: 1

0 comments on commit b78911f

Please sign in to comment.