Skip to content

Commit

Permalink
swap names for lessOrEqual and greaterOrEqual binary operators conver…
Browse files Browse the repository at this point in the history
…ting expressions to ogc filters
  • Loading branch information
brushtyler committed Jun 19, 2012
1 parent e63fb71 commit 2e005c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsexpression.cpp
Expand Up @@ -114,7 +114,7 @@ const char* QgsExpression::BinaryOgcOperatorText[] =
{
"Or", "And",
"PropertyIsEqualTo", "PropertyIsNotEqualTo",
"PropertyIsGreaterThanOrEqualTo", "PropertyIsLessThanOrEqualTo",
"PropertyIsLessThanOrEqualTo", "PropertyIsGreaterThanOrEqualTo",
"PropertyIsLessThan", "PropertyIsGreaterThan",
"", "PropertyIsLike", "", "", "",
"Add", "Sub", "Mul", "Div", "", "",
Expand Down

0 comments on commit 2e005c7

Please sign in to comment.