[mapserver-users] JOIN muiltiple

Ma marin at here.is
Thu Mar 28 06:09:35 EST 2002


How "JOIN multiple" works in the latest MapServer?
I have 2 examples from map files. In the older version of MapServer
works but in the latest does't. What is the reason?
--
Ma


____ in latest MapServer doesn't work: ____
 CLASS
...
    TEMPLATE q.html
     JOIN
       FROM PLACE
       NAME z_join
       TABLE tbl.dbf
       TEMPLATE qj.html
       TO PLACE2
       TYPE multiple
     END
 END

____ in the older MapServer works: ____
 CLASS
...
     QUERY
        TEMPLATE q.html
            JOIN
              NAME z_join
              TABLE tbl.dbf
              FROM PLACE
              TO PLACE2
              TYPE multiple
               TEMPLATE qj.html
        END
    END
END








More information about the mapserver-users mailing list