This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
from e6d4c167a5 Merge remote-tracking branch 'origin/fix/zero-based-transform' into geoapi-4.0. add f5a308bb58 fix(Core): add control points if required when converting an envelope to a polygon. new b5cccfe9ce Merge remote-tracking branch 'origin/fix/world-envelope-to-polygon' into geoapi-4.0. The fix, which adds intermediate points during the "envelope to JTS" conversion, is modified in two ways: The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/sis/internal/feature/Geometries.java | 128 +++++++++++++++++---- .../internal/feature/SpatialOperationContext.java | 23 +++- .../apache/sis/internal/feature/package-info.java | 2 +- .../sis/internal/filter/GeometryConverter.java | 13 ++- .../apache/sis/internal/filter/package-info.java | 2 +- .../sis/filter/BinarySpatialFilterTestCase.java | 34 +++++- .../filter/BinarySpatialFilterUsingESRI_Test.java | 11 +- .../BinarySpatialFilterUsingJava2D_Test.java | 11 +- .../sis/internal/feature/GeometriesTestCase.java | 21 +++- 9 files changed, 212 insertions(+), 33 deletions(-)