Files
geointel/tests/fixtures/data-contracts/vector-lambert-mislabelled-as-4326.geojson
T

25 lines
477 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"native_id": "GRB-GBG-002",
"feature_status": "active"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[193277.5, 205708.3],
[193377.5, 205708.3],
[193377.5, 205808.3],
[193277.5, 205808.3],
[193277.5, 205708.3]
]
]
}
}
]
}