14 lines
275 B
JSON
14 lines
275 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {"name": "Demo AOI"},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[[5.0,51.0],[5.01,51.0],[5.01,51.01],[5.0,51.01],[5.0,51.0]]]
|
|
}
|
|
}
|
|
]
|
|
}
|