Skip to main content

Land Cover

Geometry TypePolygon
Themebase
Typeland_cover

Schema

Loading ....

Examples

{
"id": "overture:land_cover:example:1",
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.1902319,
41.6678018
],
[
-73.1896302,
41.667817
],
[
-73.1890448,
41.6667723
],
[
-73.1899188,
41.6666994
],
[
-73.1902319,
41.6678018
]
]
]
},
"properties": {
"theme": "base",
"type": "land_cover",
"subtype": "forest",
"cartography": {
"min_zoom": 11,
"max_zoom": 23
},
"sources": [
{
"record_id": "x123",
"property": "",
"dataset": "some source"
}
],
"version": 0,
"update_time": "2023-04-18T00:00:00Z"
}
}