[postgis-devel] [PostGIS] #1053: Make transformation and projection cache API available.
PostGIS
trac at osgeo.org
Thu Jul 28 14:42:38 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: 1.5.X
Keywords: |
-------------------------+--------------------------------------------------
Comment(by bnordgren):
Updated patch adopts strategy three on #1133 (create a new static library
with common code which is Postgresql-aware.) This library is called
libcommon. It lives beside `postgis`, `raster`, and `liblwgeom`. Patch is
a delta from r7683.
All cunit tests pass.
All regression tests pass, except for "loader/Latin1" with some complaint
about something being too long. I assume this is unrelated to anything I
did, as it also fails in my other build tree from this svn revision.
The patchfile itself looks funky to me, as it appears to be applying diffs
to files after they have been moved. This may be a result of `svn mv`ing
files to the libcommon directory, altering them, and then doing an svn
diff. In any case, to preserve the commit history, you probably want to
`svn mv` the relevant .h and .c files from `postgis/` to `libcommon/`
before applying the patch.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1053#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