Skip to content

App returns "No Matches" but Soil Web provides matches #215

Open
@DerekCaelin

Description

@DerekCaelin

At a set of coordinates, soil ID provides "No matches", but soil web lists possible matches.

Steps To Reproduce

  1. Create temporary site 35.48069, -83.14195
    35.53032, -82.55909
    35.17306, -79.0201
    35.48069, -83.14195
    35.74294, -82.57914
  2. See issue
  3. Select "Learn more"
  4. See issue
  5. Load up soil web

Expected behavior

  • Soil ID tile should return top soil/esd match
  • Soil ID screen should return top soil matches

Actual behavior

  • Soil ID tile says "No matches"
  • Soil ID screen shows "Can't fetch soil map"

Insomnium results:
image

Insomnium query:
query soilId($latitude: Float!, $longitude: Float!) { soilId { locationBasedSoilMatches(latitude: $latitude, longitude: $longitude) { ... on SoilIdFailure{ reason } ... on LocationBasedSoilMatches { matches { dataSource match { score rank } soilInfo { soilSeries { name description } ecologicalSite { name url } landCapabilityClass{ capabilityClass subClass } } } } } } }

Additional context

Possibly related to techmatters/terraso-product#773?

Metadata

Metadata

Type

Projects

Status

QA

Relationships

None yet

Development

No branches or pull requests

Issue actions