How to create a join using a postgis data table?

Carola Jesch cjesch at CCT.LSU.EDU
Sun Dec 4 21:31:02 EST 2005


 
Hi list, hi Steve,
 
I have been trying to create a join using a postgis data table. 
Looking at the source code (mapserver 4.6.1) showed that this seems not to
be implemented. (4.8.0 beta 2 as well)
 
Please say that I am wrong ...I really need this functionality.
Are there any workarounds?
 
BTW, specifying a wrong dbf path in a multiple DBase join lets the mapserver
crash. (Windows XP, Mapserver version 4.6.1) 
Here is the patch fixing the issue:

File: mapjoin.c

296c296
< msDBFClose(joininfo->hDBF);
---
> if(joininfo->hDBF) msDBFClose(joininfo->hDBF);


-Carola



More information about the mapserver-users mailing list