Open
Description
At a set of coordinates, soil ID provides "No matches", but soil web lists possible matches.
Steps To Reproduce
- Create temporary site
35.48069, -83.14195
35.53032, -82.55909
35.17306, -79.0201
35.48069, -83.14195
35.74294, -82.57914
- See issue
- Select "Learn more"
- See issue
- 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"

- BUT soil web provides a soil list: https://casoilresource.lawr.ucdavis.edu/gmap/?loc=35.48074,-83.14193,z17
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
Assignees
Type
Projects
Status
QA