Opened 14 years ago
Closed 14 years ago
#787 closed defect (invalid)
Topology: missing the face table
Reported by: | aperi2007 | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
Hi, reading the doc from Robe: http://postgis.refractions.net/pipermail/postgis-devel/2011-January/011537.html
I notice (pag 9,10,11) that in the postgis topology is missing the Face base-Table.
The face base table is necessary to have quickly the geometry MBR of the face and so to restrict to action only to the rectangle inside the MBR given. I don't know if this is a "would change" .
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
We have it. It's named 'face', and has a 'mbr' field. Or am I missing something ?