[postgis-devel] [PostGIS] #1594: AddGeometryColumns has a problem with certain SRID's
PostGIS
trac at osgeo.org
Tue Feb 21 12:56:26 PST 2012
#1594: AddGeometryColumns has a problem with certain SRID's
---------------------+------------------------------------------------------
Reporter: soi | Owner: pramsey
Type: defect | Status: new
Priority: low | Milestone: PostGIS 2.0.0
Component: postgis | Version: 1.5.X
Keywords: |
---------------------+------------------------------------------------------
Comment(by mwtoews):
With your database, do you get any rows returned with this query:
{{{
SELECT * FROM spatial_ref_sys
WHERE srid=4326;
}}}
My guess is that you haven't populated spatial_ref_sys yet.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1594#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list