Skip to content

[CI] Fix MSYS build

lbartoletti requested to merge fix_visibility_msys into master

On Windows, visibility algorithm WKT is not the same as on unix/linux.

POLYGON((... 2.3 1.5 ...)) vs POLYGON((... 2.2 1.5 ...))

This is due to rounding. Using the SFCGAL WKT fix the CI.

Merge request reports

Loading