Formatting GeoJSON for TradeAware Application Uploads
What geometries are accepted?
What properties are required?
"properties": {
"name": "Plot A",
"commodities": ["rubber"]
}Adding extra information with customData
customDataExample 1: Uploading Points
Example 2: Uploading Polygons
Example 3: Uploading MultiPolygons
Example 4: Uploading both Points and Polygons (Mixed)
Important Notes
Last updated