Skip to main content

localityArea

Adds land or maritime area polygon to locality.

Property localityId points at Locality feature that this area belongs to.

Geometry TypePolygon or MultiPolygon
Themeadmins
TypelocalityArea

Schema

Loading ....

Examples

{
"type": "Feature",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-61.8743292,
48.8068635
],
[
-78.4016703,
26.273714
],
[
-120.7749598,
32.2499745
],
[
-126.928757,
49.0378679
],
[
-61.8743292,
48.8068635
]
]
]
]
},
"properties": {
"theme": "admins",
"type": "localityArea",
"updateTime": "2023-02-22T23:55:01-08:00",
"version": 0,
"localityId": "unitedStates"
}
}