[postgis-tickets] [PostGIS] #2309: raster2pgsql tries to process auth, code even with srid specified

PostGIS trac at osgeo.org
Wed May 8 07:30:55 PDT 2013


#2309: raster2pgsql tries to process auth, code even with srid specified
--------------------+-------------------------------------------------------
 Reporter:  robe    |       Owner:  dustymugs    
     Type:  defect  |      Status:  new          
 Priority:  medium  |   Milestone:  PostGIS 2.1.0
Component:  raster  |     Version:  trunk        
 Keywords:          |  
--------------------+-------------------------------------------------------

Comment(by dustymugs):

 After taking a look at the code, the SRID you specify is what is actually
 applied.  In the process on converting the GDAL dataset to raster, the
 code automatically tries to set the SRID.  It is this automatic process
 that is emitting that INFO message.

 After the GDAL dataset has been converted to raster, your specified SRID
 (2249) is applied to the raster.

 So, not ideal as it is a source of confusion.  But your data is still
 valid.

 The spelling error is definitely a blocker though ;-)

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2309#comment:2>
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-tickets mailing list