Skip to main content

Administrative Boundary

Administrative boundaries are borders surrounding administrative localities.

Geometry TypeLineString
Themeadmins
Typeadministrative_boundary

An administrative boundary is typically an officially defined border between two administrative localities. In light of geopolitical issues, some administrative boundaries represent standalone disputed or treaty lines and therefore do not coincide with the border of an administrative locality. The administrative boundary and two administrative localities do not share common geometry.

Schema

Loading ....

Examples

{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
-61.8743292,
48.8068635
],
[
-78.4016703,
26.273714
],
[
-120.7749598,
32.2499745
],
[
-126.928757,
49.0378679
]
]
},
"properties": {
"theme": "admins",
"type": "administrative_boundary",
"update_time": "2023-02-22T23:55:01-08:00",
"version": 0,
"admin_level": 1,
"is_maritime": true
}
}