On Wed, Jul 11, 2012 at 3:17 PM, Robert Buckley <[email protected]> wrote: > Hi, > > I´m trying to nest an ogc filter as follows... > > <ogc:Filter> > <ogc:PropertyIsLike> > <ogc:PropertyName>planznr</ogc:PropertyName> > <ogc:Literal>09.02</ogc:Literal> > > <ogc:Filter> > <ogc:PropertyIsEqualTo> > <ogc:PropertyName>bez</ogc:PropertyName> > <ogc:Literal>KS</ogc:Literal> > > > </ogc: PropertyIsEqualTo > > </ogc:PropertyIsLike> > > </ogc:Filter> > </ogc:Filter> > > > is this possible?
It is, but your syntax is wrong, please read the OGC 1.0 Filter specification Cheers Andrea -- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 mob: +39 339 8844549 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
