[OpenLayers-Users] BBOX like + filters how ?

Eric Lemoine eric.c2c at gmail.com
Tue Oct 21 12:27:03 EDT 2008


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 <wolgri at googlemail.com>:
> 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
> Users at openlayers.org
> http://openlayers.org/mailman/listinfo/users
>



More information about the Users mailing list