Hi. I think you can do it with GeoServer (with CQL). You can do it with the refactor branch of FeatureServer (unless it's in trunk). And if your features are in PostGIS you can also have that with MapFish Server, with a little bit of Python programming to implement the filter logic. MapFish Server is a development framework so it gives a framework and classes to implement your filter logic.
Cheers Eric 2008/10/21, Volodymer Grigorenko <[EMAIL PROTECTED]>: > Hi list > in my OL app i need to filter features by it attributes the easiest > way as i think is to make the filer job on a server side and control > it through url > Some thing like BBOX( as i get this right this mean query by extent ) > + Filter(=,>,< in attributes ) . > As for now i find out that mapserver cant do this > > So can i do this with featureserver geojson or any other suggestions ? > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
