Skip to main content

Division boundary

A division boundary is a border between divisions.

Geometry TypeLineString
Themedivisions
Typedivision_boundary

A division 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.

Subtypes

While the schema for the divisions theme contains an comprehensive list of subtypes, only a subset are available in the data today.

Currently, the following subtypes are available in the division_boundary feature type:

  • country
  • region
  • county
subtypecountry

A country is the largest unit of independent sovereignty. The border of a country, if known, is given by divsion boundary features. Example: United States

Schema

Loading ....

Examples

{
"id": "example:division_boundary:land",
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
0,
1
],
[
1,
2
]
]
},
"properties": {
"theme": "divisions",
"type": "division_boundary",
"version": 1,
"subtype": "region",
"class": "land",
"division_ids": [
"example:division:region:left",
"example:division:region:right"
]
}
}