Hello,

I am interested is it possible to filter GIS data in SLD depending on some
non-GIS data 
stored in other table in database? Is it possible to refer to some column in
other table 
when specifying filter in SLD?
For example, is it possible for number (in example below) to be some column
in other table, but not in GIS 
table from which i load map data in data store. I have some information
which i need to 
use when display features but stored in another table and what is the best
way how to 
use it. I want to escape any data duplication.

<FeatureTypeStyle>
    <Rule>
        <Filter>
            <PropertyIsEqualTo>
                <PropertyName>number</PropertyName>
                <Literal>35</Literal>
            </PropertyIsEqualTo>
        </Filter>
    ...

Best regards.

-- 
View this message in context: 
http://n2.nabble.com/GeoTools-SLD-issue-tp4093720p4093720.html
Sent from the geotools-gt2-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to