Skip to main content

Connector

Connectors create physical connections between segments.

Geometry TypePoint
Themetransportation
Typeconnector

Connectors help define the topology of the transportation network by defining points of physical connection between two or more segments.

Apart from their point geometry and the core properties required for all Overture features, connectors do not have any other properties.

Schema

Loading ....

Example

{
"id": "overture:transportation:connector:example",
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
0,
0
]
},
"properties": {
"theme": "transportation",
"type": "connector",
"version": 0,
"update_time": "2023-02-23T00:02:01-08:00"
}
}