The contents uploaded must be a valid GeoJson 'Feature'. Additionally, the accepted type(s) of the geometry property must be one of the following:
The feature must contain the following entry in the properties section:
Optionally, the feature may contain the following entries in the properties section:
- farmName - defaults to default
- clientName - defaults to default
The coordinates field of the geometry field must contain no more than 10,000 points.
The total area of the field may not be larger than 20,000 acres in size.
{
"type": "Feature",
"properties": {
"clientName":"default",
"farmName":"default",
"fieldName":"Polygon"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-87.8134677,
39.9061671
],
[
-87.8136118,
39.9059702
],
[
-87.8136655,
39.90249
],
[
-87.8156222,
39.9024854
],
[
-87.8157295,
39.9025394
],
[
-87.8178852,
39.9025246
],
[
-87.8178982,
39.9026176
],
[
-87.8179148,
39.9051715
],
[
-87.8179091,
39.9096913
],
[
-87.8134965,
39.9097224
],
[
-87.81346,
39.9062024
],
[
-87.8134677,
39.9061671
]
]
]
}
}