[SCM] PostGIS branch master updated. 3.5.0-295-ge59b5823e
git at osgeo.org
git at osgeo.org
Tue Apr 29 06:32:56 PDT 2025
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via e59b5823e935558289137850b3d7630e6a7a3797 (commit)
from 67756f36be35c77709a7e1e0d09361ad51c8f006 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e59b5823e935558289137850b3d7630e6a7a3797
Author: Jean Felder <jean.felder at oslandia.com>
Date: Mon Apr 28 13:45:48 2025 +0200
sfcgal: Follow typo correction is SFCGAL c api
See: https://gitlab.com/sfcgal/SFCGAL/-/merge_requests/474
diff --git a/liblwgeom/lwgeom_sfcgal.c b/liblwgeom/lwgeom_sfcgal.c
index 5868eb929..3de8ddce8 100644
--- a/liblwgeom/lwgeom_sfcgal.c
+++ b/liblwgeom/lwgeom_sfcgal.c
@@ -26,9 +26,9 @@
#include <stdio.h>
#if POSTGIS_SFCGAL_VERSION >= 20100
-#define sfcgal_triangulated_surface_num_triangles(g) sfcgal_triangulated_surface_num_patchs((g))
+#define sfcgal_triangulated_surface_num_triangles(g) sfcgal_triangulated_surface_num_patches((g))
#define sfcgal_triangulated_surface_triangle_n(g,i) sfcgal_triangulated_surface_patch_n((g), (i))
-#define sfcgal_polyhedral_surface_num_polygons(g) sfcgal_polyhedral_surface_num_patchs((g))
+#define sfcgal_polyhedral_surface_num_polygons(g) sfcgal_polyhedral_surface_num_patches((g))
#define sfcgal_polyhedral_surface_polygon_n(g,i) sfcgal_polyhedral_surface_patch_n((g), (i))
#define sfcgal_geometry_collection_num_geometries(g) sfcgal_geometry_num_geometries((g))
#define sfcgal_polyhedral_surface_add_polygon(g, p) sfcgal_polyhedral_surface_add_patch((g), (p))
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/lwgeom_sfcgal.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list