Re: [OpenLayers-Users] KML layer filter

2010-04-25 Thread Snoosel
Hi Allesio, rigth now I have the same trouble. Could you please post your solution. Regards, Mario -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Solved-KML-layer-filter-tp4823365p4958062.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _

Re: [OpenLayers-Users] KML layer filter

2010-03-31 Thread AlessioDL
Solved usinfg Styles and rules: http://trac.openlayers.org/wiki/Styles Regards -- View this message in context: http://n2.nabble.com/KML-layer-filter-tp4823365p4829793.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users

[OpenLayers-Users] KML layer filter

2010-03-30 Thread AlessioDL
Hi, I have a KML layer and I'd like to filter it. With the same method I always used for WFS does not work: var myFilter = new OpenLayers.Filter.Comparison({ type: OpenLayers.Filter.Comparison.EQUAL_TO, property: 'name', value: 'Area_01' }); var myLayer = new Ope