Thomas Jurk
Thomas Jurk
Hi, the `TopologyException` raised by `intersects` (see [postgis#5390](https://trac.osgeo.org/postgis/ticket/5390)) that was fixed with geos 3.12 still exists when using `touches` ```bash ~$ geosop -v -a "POLYGON((335645.7810000004 5677846.65,335648.6579999998 5677845.801999999,335650.8630842535 5677845.143617179,335650.77673334075 5677844.7250704905,335642.90299999993 5677847.498,335645.7810000004...
Hi, I compile MapServer with the following options in the current RHEL8: ``` cmake3 \ -D CMAKE_BUILD_TYPE=Release \ -D CMAKE_PREFIX_PATH=$PREFIX \ -D CMAKE_INSTALL_PREFIX=$PREFIX \ -D CMAKE_INSTALL_LIBDIR=lib \ -D CMAKE_INSTALL_SYSCONFDIR=$PREFIX/etc \...