Re: [mapserver-users] dynamic queries

2009-09-21 Thread Pavel Iacovlev
/** $select - SELECT query $srid - projection srid $unique - unique table column, example: gid */ $layer->set('data', "the_geom from ($select) as tmp using SRID={$srid} using unique $unique"); On Mon, Sep 21, 2009 at 8:00 PM, Paul Alarcon wrote: > > Greetings users, im using a php mapscript , and

[mapserver-users] dynamic queries

2009-09-21 Thread Paul Alarcon
Greetings users, im using a php mapscript , and im like to know if there is a way to make a dynamic query using mapserver, into the layers made in postgis, im using o.mapper as framework, im using mapserver 5.4.1 Thanks a lot Paul -- View this message in context: http://n2.nabble.com/dynamic-q