68. Mutation: Aggiorna statistiche di "VectorAnalysisMap"

Aggiorna le statistiche per la mappa delle Zone. Puรฒ essere usato quando viene eseguita la Unione/Divisione delle Zone nell'interfaccia utente.

Mutation per aggiornare le statistiche senza salvarle nel database. La risposta contiene le statistiche ricalcolate come JSON.

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

Ultimo aggiornamento

รˆ stato utile?