7. Mutation: Генериране на "ZonesMap"
Генерирайте "ZonesMap" за "Field".
Препоръчваме използването на асинхронен подход за генериране на ZonesMaps
mutation GenerateZonesMap {
generateVectorAnalysisMap(input: {
fieldUuid: "<placeholder_of_field_uuid>"
satelliteImageUuids: [
"<placeholder_of_satelliteimage_uuid_1>",
"<placeholder_of_satelliteimage_uuid_2>"
]
numberOfZones: 6
index: EVI2
}) {
uuid
fieldUuid
name
тип
geoMaps {
url
classes
hexColorCodes
}
}
}Последна актуализация
Беше ли полезно?