Axis-order reversal (lat/lng swap)
data_qualityCoordinates supplied as [lat,lng] where [lng,lat] is expected place geometry in the wrong hemisphere.
▪ Rendered from the real conversion/geometry code.Detection
Coordinate out of range but valid when swapped.
Mitigation
- Range-check and swap-detect
- Reject rather than guess when ambiguous
Read the full article: Coordinate And CRS Failures →