48. Kysely: Hanki ruudutetut tiedot "TopographyMap"-kartasta
1. Pyydä vietävä tiedosto
kysely GetGriddedDataFromTopographyMap {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
topographyMaps(topographyMapUuids: ["<placeholder_of_topography_uuid>"]) {
uuid
sourceDataUrl(format: GEOJSON buffer: PlusTwoPixels)
}
}
}
}2. Lataa luotu tiedosto
Previous47. Kysely: Hanki "ZonesMaps"Next49. Kysely: Hanki ruudutetut tiedot "FieldSatelliteImage"-lähteestä
Last updated
Was this helpful?