Hi everyone, could anyone tell me why this filter of SLD is not working with an "in" function:

<ogc:Filter>
            <ogc:And>
               <ogc:PropertyIsEqualTo>
<ogc:PropertyName>symbol</ogc:PropertyName>
                <ogc:Literal>2</ogc:Literal>
              </ogc:PropertyIsEqualTo>
              <ogc:PropertyIsEqualTo>
                  <ogc:Function name="in">
                 <ogc:Function name="floor">
                <ogc:Div>
<ogc:PropertyName>id_test</ogc:PropertyName>
                  <ogc:Literal>100</ogc:Literal>
                </ogc:Div>
              </ogc:Function>
                    <ogc:Literal>9</ogc:Literal>
                      <ogc:Literal>15</ogc:Literal>
                     </ogc:Function>
                <ogc:Literal>true</ogc:Literal>
              </ogc:PropertyIsEqualTo>
              </ogc:And>
          </ogc:Filter>

When I use "in" no icon is shown.

Thanks!


--

*JoaquĆ­n Carrasco Gallego*

*GEOSYSTEC S.L*


------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to