I'm attempting to confirm that a set of GeoJSON area features are geometrically identical to a Shapefile produced from the same source. Of the 19k features, less than 400 come out as Unchanged, with the rest going to Inserted AND Deleted. I've set match Geometry to 2D and turned ON Lenient Geometry Matching.
When I write the same GeoJSON out to Shapefile, the resulting Shapefile gets all of its features routed to Unchanged under the same settings.
Any ideas as to why I'm seeing this behavior?