Opened 16 years ago

Closed 16 years ago

#322 closed defect (fixed)

SQLite: Incorrect implementation of spatial_ref_sys

Reported by: jbirch Owned by: traianstanev
Priority: major Milestone:
Component: SQLite Provider Version: 3.3.1
Severity: 3 Keywords:
Cc: External ID:

Description

The current implementation of spatial_ref_sys uses TEXT type for auth_srid and fills it with WKT. This is supposed to be an integer field, and should contain a code (like, for EPSG, something like 26910).

I have updated the RFC with a recommended table definition and description of what each column should contain.

Change History (1)

comment:1 by traianstanev, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.