[postgis-devel] [PostGIS] #1053: Make transformation and projection cache API available.

PostGIS trac at osgeo.org
Fri Aug 12 08:18:40 PDT 2011


#1053: Make transformation and projection cache API available.
-------------------------+--------------------------------------------------
 Reporter:  bnordgren    |       Owner:  pramsey      
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.0.0
Component:  postgis      |     Version:  trunk        
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by bnordgren):

 Ok, I think I see what happened. I never enabled raster without also
 applying the patch on #1058, which contains the fix.  Grrr.

 It's a one-liner: just change

 {{{
 #include "../../postgis/gserialized.h"
 }}}

 to

 {{{
 #include "gserialized.h"
 }}}

 As long as you've run ./configure after applying the patch, it'll pick it
 up. I'll upload a new patch (with $Id$ hunks removed) shortly. This one
 just built with --enable-raster.

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