Skip to main content

Locality

Localities are populated areas that are named.

Area polygons of localities, if known, are given by locality area features.

Geometry TypePoint
Themeadmins
Typelocality

Subtypes

A locality may have one of two possible subtypes.

subtypeadministrative_locality

Administrative localities represent countries and hierarchical subdivisions of countries.

Every administrative locality has a valid admin_level property set, defining its position in the subdivision hierarchy. All administrative localities at sub-country level must have a context_id 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",
"update_time": "2023-02-22T23:55:01-08:00",
"version": 0,
"subtype": "administrative_locality",
"admin_level": 1,
"context_id": "northAmericaId",
"locality_type": "country",
"names": {
"primary": "United States",
"common": {
"en": "United States",
"es": "Estados Unidos"
},
"rules": [
{
"variant": "alternate",
"value": "States"
},
{
"variant": "official",
"value": "United States of America"
},
{
"variant": "short",
"value": "US"
},
{
"variant": "short",
"language": "en",
"value": "US"
},
{
"variant": "short",
"language": "en",
"value": "U.S."
}
]
}
}
}