« Return to Thread: Windows builds

Re: Windows builds

by Mateusz Loskot-3 :: Rate this Message:

Reply to Author | View in Thread

Pierre Racine wrote:
> We link with PostGIS for only one function.

I can see at least 2.

http://trac.osgeo.org/postgis/browser/spike/wktraster/rt_pg/rt_pg.h?rev=4009

> I haven't test much but I am
> pretty sure that the way WKT Raster is built right now makes it to work
> with PostGIS 1.3.5, 1.3.6 and 1.4. If not, then we will have to get rid
> of the link dependency (by implementing the only dependent function
> (st_raster_envelope() in PL/PGSQL)...

I'm not sure it's feasible, because SQL layer of WKT Raster (rtpostgis.sql)
heavily relies on PostGIS elements, just to mention the
most important one - GEOMETRY type.

How do you imagine to get independent of that?

Best regards,
--
Mateusz Loskot
Senior Programmer, Cadcorp
http://www.cadcorp.com



_______________________________________________
postgis-devel mailing list
postgis-devel@...
http://postgis.refractions.net/mailman/listinfo/postgis-devel

 « Return to Thread: Windows builds