Skip to content

JSONValidator Tests & MultiPolygon fix

Tim Metzner requested to merge JSONValidatorTests into main

Adds tests for the JSONValidator class.

In the process, an error with the definition of "MultiPolygon" was found: Its coordinate list is defined as an array of MultiPolygons. However, it needs to be an array of PolygonCoordinates - A MultiPolygon geometry is just a 4D array instead of a 3D for a Polygon.

Merge request reports