Stanislas Courouble
Results
1
issues of
Stanislas Courouble
It is possible to create invalid shapes through the `JtsShapeFactory.MultipolygonBuilder`. You can reproduce by running the following class: ```java import org.locationtech.spatial4j.context.jts.JtsSpatialContext; import org.locationtech.spatial4j.context.jts.JtsSpatialContextFactory; import org.locationtech.spatial4j.exception.InvalidShapeException; import org.locationtech.spatial4j.shape.jts.JtsShapeFactory; public class Main...