[postgis-devel] [PostGIS] #554: Align internal shapelib with official shapelib

PostGIS trac at osgeo.org
Fri Sep 10 07:01:39 PDT 2010


#554: Align internal shapelib with official shapelib
-------------------------+--------------------------------------------------
 Reporter:  hopfgartner  |       Owner:  pramsey      
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.0.0
Component:  postgis      |     Version:  trunk        
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by pramsey):

 Right, we aim to have code that emits no warnings at all. I had a look and
 consulting Frank Warmerdam on this and he pointed out that the dbfopen.c
 file you have included does not seem to match correctly to the safileio.c
 mechanisms. That is, calls to fseek(), fread(), etc, in dbfopen.c should
 actually be calls to psHooks->FSeek(), etc. Your shpopen.c files *does*
 seem to use the hooks mechanisms, so it seems like you are using an old
 dbfopen.c and a new shpopen.c file. Could you take another run at this?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/554#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-devel mailing list