25 lines
477 B
JSON
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]
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|