[PostGIS] #6075: Extend ST_GetFaceGeometry with a optional srid parameter for geom
PostGIS
trac at osgeo.org
Thu May 28 07:01:22 PDT 2026
#6075: Extend ST_GetFaceGeometry with a optional srid parameter for geom
--------------------------------+---------------------------
Reporter: Lars Aksel Opsahl | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.6.3
Component: topology | Version: 3.6.x
Resolution: | Keywords:
--------------------------------+---------------------------
Comment (by Lars Aksel Opsahl):
The main problem, as I understand it, is low vertex density for some edges
then. In Simple Features, we have to change the density for the entire
surface, which in turn affects the neighbouring surfaces. In Topology,
since we only do this for individual edges, it should only affect the
surfaces connected to and sharing that edge. We may also encounter
exceptions if adding extra vertices causes an edge to cross another edge.
What if we had a method like SetTopologyDensity(name toponame, float8
density, geometry bbox)? Setting the correct density value should ensure
that the problem is solved within a single feature context.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/6075#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list