Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/GEOS-298
Here is an overview of the issue:
---------------------------------------------------------------------
Key: GEOS-298
Summary: The sld filter parser is broken
Type: Bug
Status: Open
Priority: Minor
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: GeoServer
Versions:
1.2.3
Assignee: Chris Holmes
Reporter: Paul Duff
Created: Thu, 24 Feb 2005 5:19 PM
Updated: Thu, 24 Feb 2005 5:19 PM
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.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira