[postgis-devel] [PostGIS] #1505: Deal with database dumps containing geometries with SRID > MAX_SRID

PostGIS trac at osgeo.org
Fri Feb 10 05:40:21 PST 2012


#1505: Deal with database dumps containing geometries with SRID > MAX_SRID
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  high     |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 There's another issue with the idea of the CRC: spatial_ref_sys limit is
 lower than typmod limit. We allow "internal SRIDs" in typmod but not in
 spatial_ref_sys. So we don't want to use the same function to clamp. The
 data in the dump should be clamped to the spatial_ref_sys range.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1505#comment:8>
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