Skip to main content

Boundary

A boundary is a border between divisions.

Geometry TypeLineString
Themedivisions
Typeboundary

A boundary is typically an officially-defined border between two divisions. In light of geopolitical issues, some boundaries represent standalone disputed or treaty lines and therefore do not coincide with the border of a division.

Schema

Loading ....

Examples

{
"id": "example:boundary:land",
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
0,
1
],
[
1,
2
]
]
},
"properties": {
"theme": "divisions",
"type": "boundary",
"update_time": "2024-02-23T22:00:28Z",
"version": 0,
"subtype": "region",
"class": "land",
"divisions": [
{
"division_id": "example:division:region:left"
},
{
"division_id": "example:division:region:right"
}
]
}
}