Changes between Initial Version and Version 1 of Ticket #4867, comment 4
- Timestamp:
- 03/04/21 08:29:02 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4867, comment 4
initial v1 1 1 Using ST_InteriorIntersects() could be one thing for exposing this at the PostGIS level as well. 2 On PostGIS side it could be a wrapper around ST_Relate(g1, g2, 'T********')2 On PostGIS side it could be a wrapper around {{{ ST_Relate(g1, g2, 'T********') }}}