“密度”是一个表格列,我想得到哪个最大值
<Rule>
<ogc:Filter>
<ogc:PropertyIsLessThan>
<ogc:PropertyName>density</ogc:PropertyName>
<ogc:Mul>
<ogc:Function name="max">
<ogc:PropertyName>density</ogc:PropertyName>
</ogc:Function>
<ogc:Literal>0.166</ogc:Literal>
</ogc:Mul>
</ogc:PropertyIsLessThan>
</ogc:Filter>
<PolygonSymbolizer>
<Fill>
<CssParameter name="fill">#96B6F3</CssParameter>
<CssParameter name="fill-opacity">0.8</CssParameter>
</Fill>
</PolygonSymbolizer>
</Rule>
然后我收到消息“无法找到函数最大值”。什么是不正确的?