Skip to content

Issue #17119: Fix the wrong dimension of a vector in IntersectPolygonWithPolygon

Fixed the wrong dimension in IntersectPolygonWithPolygon which the header was with size 3 and the implementation was with size 6. The correct dimension for both of them is 6. In some wrappers it may return an error if you try to use IntersectPolygonWithPolygon. For more explanation about that please see #17119 (closed) .

Edited by Marcelo Duarte Trevisani

Merge request reports