[mapserver-users] Joins with MapScript

2010-01-21 Thread Berend Veldkamp
Hello, Using MapScript C#, is there a way to get to the Join object (does it exist at all)? I can see layerObj.numjoins, but not layerObj.getJoin(i) or something similar. Is there a way to retrieve values from a joined table? Best regards, Berend Veldkamp

Re: [mapserver-users] Joins with MapScript

2010-01-21 Thread Tamas Szekeres
Berend, This functionality is not yet exposed in the MapScript interface, you can specify the JOIN elements in your mapfile though. Best regards, Tamas 2010/1/21 Berend Veldkamp b.veldk...@zonnet.nl Hello, Using MapScript C#, is there a way to get to the Join object (does it exist at