Skip to content

Commit

Permalink
Refs #26455 -- Documented isvalid/makevalid in compatibility table.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcap authored and timgraham committed Apr 21, 2016
1 parent 38ddd4a commit 65006e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ref/contrib/gis/db-api.txt
Expand Up @@ -276,6 +276,7 @@ Lookup Type PostGIS Oracle MySQL [#]_ SpatiaLite
:lookup:`equals` X X X X
:lookup:`exact` X X X X
:lookup:`intersects` X X X X
:lookup:`isvalid` X
:lookup:`overlaps` X X X X
:lookup:`relate` X X X
:lookup:`same_as` X X X X
Expand Down Expand Up @@ -318,7 +319,9 @@ Function PostGIS Oracle MySQL SpatiaLite
:class:`ForceRHR` X
:class:`GeoHash` X X (≥ 4.0, LWGEOM)
:class:`Intersection` X X X (≥ 5.6.1) X
:class:`IsValid` X
:class:`Length` X X X X
:class:`MakeValid` X
:class:`MemSize` X
:class:`NumGeometries` X X X X
:class:`NumPoints` X X X X
Expand Down

0 comments on commit 65006e0

Please sign in to comment.