79398459

Date: 2025-01-29 23:44:22
Score: 0.5
Natty:
Report link

I got it, silly typo.

{
  "id": 2,
  "srid": 4326,
  "coordinates": [
 --->[
       [-77.292894, 38.392816, 0], [-77.169498, 38.468925, 0], [-77.204214, 38.568971, 0]
     ]<---
  ]
}

Extra set of brackets so it was getting a List<List<List<Double>>> a mismatch to what the LineWithinRequestID's coordinateList was expecting

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user398482