MapTools.org

[Maplab-dev] [Bug 270] New: PropertyIsLessThan / PropertyIsGreaterThan

bugzilla-daemon@www.maptools.org bugzilla-daemon@www.maptools.org
Fri, 5 Mar 2004 17:09:02 -0500
http://www.maptools.org/bugzilla/show_bug.cgi?id=270

           Summary: PropertyIsLessThan / PropertyIsGreaterThan
           Product: MapLab
           Version: 3.0
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SECT (Studio)
        AssignedTo: maplab-dev@lists.maptools.org
        ReportedBy: bartvde@xs4all.nl


I don't understand the behaviour of expressions with < and >

If I use the following:
"INWONERS > X"
I get a map which is completely filled with the symbol I chose.
Doesn't matter which value I choose for the X.

The same applies to:
"INWONERS < X"
but then I get the normal map where nothing is the way I chose my symbol for the
 class. I have just one class defined.

If I look in my SLD document I find the following:
<Filter>
<PropertyIsEqualTo>
<PropertyName/>
<Literal>INWONERS > 500000</Literal>
</PropertyIsEqualTo>
</Filter>
 
So the expression is just filled in literally.

According to Paul's email, it should work like this, which is what I assume I am
doing right now :-)
[attr] = "value"
[attr] < "value"
[attr] > "value"
[attr] < "value" or [attr] > "value"

Is this a bug, or am I doing something wrong?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


This archive was generated by Pipermail.