48. Kysely: hae ruutuaineisto "TopographyMap"-kohteesta
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: hae "ZonesMaps"Next49. Kysely: hae ruutuaineisto "FieldSatelliteImage"-kohteesta
Last updated
Was this helpful?