Problem
Some features have a LineString geometry with only 1 coordinate. GeoJSON specification requires a minimum of 2 coordinates for a LineString.
This crashes @turf/boolean-equal in the LoCha component when comparing geometries.
Examples
/api/0.1/projects/espana_navarra_castilla-y-leon_emergency/changes_logs.json:
- entry
[0], feature bw510592191: LineString, coordinates.length = 1
- entry
[0], feature aw510592191: LineString, coordinates.length = 1
- entry
[1], feature bw1342056540: LineString, coordinates.length = 1
- entry
[1], feature aw1342056540: LineString, coordinates.length = 1