Opened 14 years ago
Closed 7 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.
Change History (2)
by , 14 years ago
Attachment: | SpatialContextReader.cpp added |
---|
comment:1 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.