spot_scout_map

Retrieve a spot scout map.

Arguments

sentera_id (ID!)

A system-generated key identifying a specific instance of a population or weed spot scout map.

Return fields

spot_scout_map (GeoJSON!)

Retrieve a spot scout map.

Argument Type Description
sentera_id ID!

A system-generated key identifying a specific instance of a population or weed spot scout map.

Examples

Spot Scout Map by Sentera ID

Retrieves a spot scout map as GeoJSON

Try this example in GraphiQL
query SpotScoutMap {
  spot_scout_map(sentera_id: "enks20p_MO_1rzAcmeOrg_CV_test_cee46bc6_190214_155753")
}

{
  "data": {
    "spot_scout_map": {
      "type": "FeatureCollection",
      "name": "tmp8b85ndvm",
      "crs": {
        "type": "name",
        "properties": {
          "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
        }
      },
      "features": [
        {
          "id": "0",
          "type": "Feature",
          "properties": {
            "StandPPA": 21869
          },
          "geometry": {
            "type": "Point",
            "coordinates": [
              -89.9065170288086,
              41.765331268310504
            ]
          }
        },
        {
          "id": "1",
          "type": "Feature",
          "properties": {
            "StandPPA": 23053
          },
          "geometry": {
            "type": "Point",
            "coordinates": [
              -89.9072647094727,
              41.7651252746582
            ]
          }
        },
        {
          "id": "2",
          "type": "Feature",
          "properties": {
            "StandPPA": 22342
          },
          "geometry": {
            "type": "Point",
            "coordinates": [
              -89.908576965332,
              41.76520919799799
            ]
          }
        },
        {
          "id": "3",
          "type": "Feature",
          "properties": {
            "StandPPA": 22619
          },
          "geometry": {
            "type": "Point",
            "coordinates": [
              -89.9098663330078,
              41.76528930664059
            ]
          }
        },
        {
          "id": "4",
          "type": "Feature",
          "properties": {
            "StandPPA": 22424
          },
          "geometry": {
            "type": "Point",
            "coordinates": [
              -89.9101486206055,
              41.76531219482419
            ]
          }
        },
        {
          "id": "5",
          "type": "Feature",
          "properties": {
            "StandPPA": 23029
          },
          "geometry": {
            "type": "Point",
            "coordinates": [
              -89.9089050292969,
              41.76564407348629
            ]
          }
        },
        {
          "id": "86",
          "type": "Feature",
          "properties": {
            "StandPPA": 20033
          },
          "geometry": {
            "type": "Point",
            "coordinates": [
              -89.9206085205078,
              41.7708587646484
            ]
          }
        },
        {
          "id": "87",
          "type": "Feature",
          "properties": {
            "StandPPA": 20146
          },
          "geometry": {
            "type": "Point",
            "coordinates": [
              -89.9205932617188,
              41.7718315124512
            ]
          }
        },
        {
          "id": "88",
          "type": "Feature",
          "properties": {
            "StandPPA": 23359
          },
          "geometry": {
            "type": "Point",
            "coordinates": [
              -89.919677734375,
              41.77207565307619
            ]
          }
        }
      ]
    }
  }
}