Opened 13 years ago

Closed 6 years ago

#731 closed defect (fixed)

PostGIS: Add the prefix for the coordinate system name

Reported by: sunch Owned by: gregboone
Priority: major Milestone: 3.6.0
Component: FDO API Version: 3.5.0
Severity: 3 Keywords:
Cc: External ID:

Description

In the past, we took value from the spatial_ref_sys:srid column as the coordinate system name. Actually, it's not exactlly right to do this. The returned 'srid' is just the ID of the spatial reference system as defined by the autority cited in the auth_name column. http://postgis.org/documentation/manual-svn/ch04.html#spatial_ref_sys

So it needs to set the value from auth_name as the prefix of the srid to compose the intact CS name.

Attachments (1)

SpatialContextReader.cpp (9.6 KB ) - added by sunch 13 years ago.

Download all attachments as: .zip

Change History (2)

by sunch, 13 years ago

Attachment: SpatialContextReader.cpp added

comment:1 by jng, 6 years ago

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