Re: [Geoserver-users] find feature by attribute

2011-04-26 Thread Antonio Parrotta
Hi Andrea, I'm still trying to figure out how to play with CQL filters to query by attributes. I've found that Geoserver 2.1RC4 sould support ECQL filters but the filter I'm building is not well interpreted. what I'm doing is: var filter = ECQL.toFilter(isLike(strToLowerCase(LABEL), 'via

Re: [Geoserver-users] find feature by attribute

2011-04-26 Thread Antonio Parrotta
I've fixed with var filter = strToLowerCase(LABEL) like '%via passo%'; now it works, thanks you all - Antonio On Tue, Apr 26, 2011 at 10:48 PM, David Winslow dwins...@opengeo.orgwrote: The ECQL.toFilter() bit of that is Java code. GeoServer will basically provide that for you. Try making

Re: [Geoserver-users] find feature by attribute

2011-04-14 Thread Andrea Aime
On Wed, Apr 13, 2011 at 11:16 PM, Phil Scadden p.scad...@gns.cri.nz wrote: Using OL + WFS as Ricardo suggested is another option. It will give you more control,probably nice popup functionality and visual feedback as you hover on the selection, but it won't scale up to large selections

Re: [Geoserver-users] find feature by attribute

2011-04-13 Thread Antonio Parrotta
Hi Andrea, I will look into filter as you suggested. thanks a lot Hi Ricardo, I'm new to both geoserver and OL, would you please give me just a direction or any example to face this using openlayer? thanks a lot - Antonio On Wed, Apr 13, 2011 at 8:58 AM, Andrea Aime

Re: [Geoserver-users] find feature by attribute

2011-04-13 Thread Ricardo Bayley
Hi Antonio, OpenLayers is a Javascript framework, which loads geoserver tiles dynamically. best place to see examples is at the http://openlayers.org/ sample page: http://openlayers.org/dev/examples/ http://openlayers.org/dev/examples/Good examples to select and highlight features dynamically

[Geoserver-users] find feature by attribute

2011-04-12 Thread Antonio Parrotta
Hi, I'm new to geoserver, need to find feature/s by attributes. Basically I need to query the layer searching by a set of attributes, then highlight the returned feature on the map. Is it feasible? thanks - Antonio --

Re: [Geoserver-users] find feature by attribute

2011-04-12 Thread Ricardo Bayley
Hi Antonio, I understand it is feasible. But the best tool for the job seems to be OpenLayers. Are you familiar with this ? Ricardo 2011/4/12 Antonio Parrotta antonioparro...@gmail.com Hi, I'm new to geoserver, need to find feature/s by attributes. Basically I need to query the layer