[postgis-devel] [PostGIS] #1152: SRID_MAXIMUM should be raised to at least 999999999 in liblwgeom.h

PostGIS trac at osgeo.org
Wed Aug 3 12:27:26 PDT 2011


#1152: SRID_MAXIMUM should be raised to at least 999999999 in liblwgeom.h
----------------------------+-----------------------------------------------
 Reporter:  vince           |       Owner:  pramsey      
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  postgis         |     Version:  trunk        
 Keywords:  srid liblwgeom  |  
----------------------------+-----------------------------------------------
 French IGN has defined its own projection codes (authority IGNF) for
 French needs (e.g. Lambert 93 with grid transformation support in Proj4
 for extra precision) around 310000000. Using these projections to import a
 raster fails with error

 {{{
 gserialized_set_srid called with value (310024140) > SRID_MAXIMUM (999999)
 }}}

 Therefore, the 999999 value should be raised to at least 999 999 999.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1152>
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