Opened 10 years ago

Closed 10 years ago

#2653 closed defect (fixed)

topology not always schema qualifying functions -- AsTopoJSON, topogeom_Add*

Reported by: robe Owned by: strk
Priority: medium Milestone: PostGIS 2.1.2
Component: topology Version: 2.1.x
Keywords: history Cc:

Description

These are all I could find scanning thru the topology functions, so this might be all of them

AsTopoJSON makes calls to GetTopoGeomElements qualification.

topogeo_addPoint makes calls to ST_ChangeEdgeGeom without schema qualification.

topogeo_addpolygon makes calls to ST_GetFaceGeometry without schema qualification.

_st_adjacentedges calls GetNodeEdges

addnode(atopology character varying, apoint geometry, allowedgesplitting boolean, setcontainingface boolean DEFAULT false) makes calls to ST_ModEdgeSplit

st_changededgegeo calls to ST_GetFaceGeometry

Change History (1)

comment:1 by strk, 10 years ago

Keywords: history added
Resolution: fixed
Status: newclosed

Thanks robe. Fixed with r12268 in 2.1 branch (2.1.2) and r12269 in trunk (2.2.0)

Note: See TracTickets for help on using tickets.