Opened 7 years ago

Closed 7 years ago

Last modified 3 years ago

#27488 closed New feature (fixed)

add support for IsValid and MakeValid GIS functions on SpatiaLite backend

Reported by: Sergey Fedoseev Owned by: Sergey Fedoseev
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description


Change History (7)

comment:1 by Sergey Fedoseev, 7 years ago

Owner: changed from nobody to Sergey Fedoseev
Status: newassigned

comment:2 by Sergey Fedoseev, 7 years ago

Has patch: set

comment:3 by Tim Graham, 7 years ago

Triage Stage: UnreviewedReady for checkin

comment:4 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 45e01df3:

Fixed #27488 -- Added SpatiaLite suppport for IsValid, MakeValid, and isvalid.

comment:5 by Tim Graham <timograham@…>, 7 years ago

In 075f13e4:

Refs #27556, #27488 -- Updated support backends docs for isvalid lookup.

comment:6 by Tim Graham <timograham@…>, 7 years ago

In 37b28c9:

[1.11.x] Refs #27556, #27488 -- Updated support backends docs for isvalid lookup.

Backport of 075f13e44f203ee04f0c3abffc7d7a86c672cfe8 master

comment:7 by GitHub <noreply@…>, 3 years ago

In dc824e2:

Refs #27488 -- Corrected detection of IsValid() support on SpatiaLite.

LWGEOM is not required for IsValid().

Note: See TracTickets for help on using tickets.
Back to Top