Changes between Initial Version and Version 1 of Ticket #4867, comment 4


Ignore:
Timestamp:
Mar 4, 2021, 8:29:02 AM (3 years ago)
Author:
strk

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4867, comment 4

    initial v1  
    11Using 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********')
     2On PostGIS side it could be a wrapper around {{{ ST_Relate(g1, g2, 'T********') }}}