73. Query: Obține date grilă cu buffer selectat
interogare GetRawVectorDataFromSatelliteImage {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
nume
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
nume
satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
sourceDataUrl(format: GEOJSON buffer: PlusTwoPixels)
}
}
}
}Last updated
Was this helpful?