Files
geointel/tests/fixtures/data-contracts/vector-building-valid.geojson
T

25 lines
462 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"native_id": "GRB-GBG-001",
"feature_status": "active"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[4.8470, 51.1550],
[4.8480, 51.1550],
[4.8480, 51.1560],
[4.8470, 51.1560],
[4.8470, 51.1550]
]
]
}
}
]
}