[Chameleon-dev] [Bug 1560] New: ExpressionBuilder: non conformant
OGC Filter
bugzilla-daemon at bugzilla.maptools.org
bugzilla-daemon at bugzilla.maptools.org
Thu Aug 24 02:31:40 EDT 2006
http://bugzilla.maptools.org/show_bug.cgi?id=1560
Summary: ExpressionBuilder: non conformant OGC Filter
Product: Chameleon
Version: 2.4
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Widget
AssignedTo: chameleon-dev at lists.maptools.org
ReportedBy: bartvde at xs4all.nl
In ExpressionBuilder.widget.php there is the following section:
switch( $szTmpROI['mode'] )
{
// additive
case 2:
$szBbox = '<OR>'.$szBbox.$szThisBbox.'</OR>';
break;
// subtractive
case 3:
$szBbox =
'<AND>'.$szBbox.'<NOT>'.$szThisBbox.'</NOT></AND>';
break;
this should be ogc:Or, ogc:And and ogc:Not
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
More information about the Chameleon-dev
mailing list