Hi Milo, On Friday 21 March 2008 09:02:15 Milo van der Linden wrote: > The problem is with: > > DATA 'the_geom FROM manis.stations' > > it has to be something like: > > DATA 'the_geom from (select > station_id,param1,param2,param3,param4,the_geom from manis.stations) as > stats using unique station_id using SRID=4326' > > You have to explicitly address the fields you want to be available in > your DATA statement.
Thank you very much, this worked like a charm ! Bye Luca _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
