6. Query: haal "ZonesMaps" op

Haal "ZonesMaps" op voor het "Veld".

Aanvragen

query GetZonesMaps {
  getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
    fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
      vectorAnalysisMaps (vectorAnalysisMapUuids: ["<placeholder_of_vectoranalusismap_uuid>"])  {
        uuid
        fieldUuid
        naam
        type
        aantalZones
        zonesMapUrl
        parameters {
          pixelGrootte
          aantalZones
          index
        }
        geoMaps {
          url
          korteNaam
          volledigeNaam
          beschrijving
        }
      }
    }
  }
}

Respons

Metadata

Respons bevat de onderstaande JSON.

Zone-statistieken en geometrieën

Details over zone-statistieken en geometrieën staan in zonesMapUrl .

Het voorbeeld van statistieken van eigenschappen staat hieronder.

WMS-visualisatie

Visualisaties bevinden zich in geoMaps als WMS. Hoe WMS-rendering te gebruiken wordt beschreven HIER en HIER.

Laatst bijgewerkt

Was dit nuttig?