Skip to main content

locality

Localities are named, and typically populated, areas.

Area polygon of Localities, if known, are given by Locality Area features.

Geometry TypePoint
Themeadmins
Typelocality

Sub-Types

A locality may have one of two possible sub-types.

subTypeadministrativeLocality

Administrative Localities represent countries and hierarchical subdivisions of countries.

Every Administrative Locality has a valid adminLevel property set, defining its position in the subdivision hierarchy. All Administrative Localities at sub-country level must have a contextId property containing the GERS ID of the feature's parent Administrative Locality.

The borders of Administrative Localities, if known, are given by Administrative Boundary features.

Schema

Loading ....

Examples

{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.8743292,
48.8068635
]
},
"properties": {
"theme": "admins",
"type": "locality",
"updateTime": "2023-02-22T23:55:01-08:00",
"version": 0,
"subType": "administrativeLocality",
"adminLevel": 2,
"contextId": "northAmericaId",
"localityType": "country",
"names": {
"alternate": [
{
"language": "local",
"value": "States"
}
],
"common": [
{
"language": "local",
"value": "United States"
},
{
"language": "en",
"value": "United States"
},
{
"language": "es",
"value": "Estados Unidos"
}
],
"official": [
{
"language": "local",
"value": "United States of America"
}
],
"short": [
{
"language": "local",
"value": "US"
},
{
"language": "en",
"value": "US"
},
{
"language": "en",
"value": "U.S."
}
]
}
}
}