68. Mutation: Refresh "VectorAnalysisMap" Statistics
Refreshes statistics for Zones map. Can be used when the Merge/Split of Zones is done on the UI.
Mutation to refresh statistics without saving them in the database. The response contains the recalculated statistics as JSON.
mutation RefreshVectorAnalysisStatistics {
refreshVectorAnalysisMapStatistics(
input: {
uuid: "<placeholder_of_vectoranalysismap_uuid>",
fieldUuid: "<placeholder_of_field_uuid>",
areaUnit: <area_unit>,
zonesMapGeojson: "<geojson_with_escaped_doubel_quotes>"
}
)
}
Last updated
Was this helpful?