Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.2.3
-
Fix Version/s: 1.3-rc1
-
Component/s: None
-
Labels:None
-
Environment:Mandrake 10.1 with KDE 3.2, Geoserver 1.2.3(Binary), Java 1.4.2. PostgreSQL 7.4.5 with PostGIS 0.9.
Description
Create a new style and submit an .sld for it that contains the following spatial filter.
<Filter>
<Not>
<Disjoint>
<PropertyName>the_geom</PropertyName>
<gml:Box srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
<gml:coordinates>13.0983,31.5899 35.5472,42.8143</gml:coordinates>
</gml:Box>
</Disjoint>
</Not>
</Filter>
RESULT
After trying to use the style in a getmap request, it is not recognized by the server. The sld filter parser is broken.
Issue Links
- depends upon
-
GEOT-440
Problems with DOM GML parsing (in Filters)
-
This should fix 298. I'll try to get it in soon and up on 298 for testing.