For the complete documentation index, see llms.txt. This page is also available as Markdown.

68. Mutatie: statistieken van "Vectoranalysekaart" vernieuwen

Ververs statistieken voor Zones-kaart. Kan worden gebruikt wanneer Samenvoegen/Splitsen van Zones in de UI is uitgevoerd.

Mutatie om statistieken te verversen zonder ze in de database op te slaan. De respons bevat de herberekende statistieken als JSON.

mutatie RefreshVectorAnalysisStatistics {
  refreshVectorAnalysisMapStatistics(
    input: { 
      uuid: "<placeholder_of_vectoranalysismap_uuid>",
      fieldUuid: "<placeholder_of_field_uuid>",
      areaUnit: <area_unit>,
      zonesMapGeojson: "<geojson_with_escaped_doubel_quotes>"
    }
  )
}

Laatst bijgewerkt

Was dit nuttig?