[Chameleon-dev] [Bug 1563] New: ExpressionBuilder: szProjection code fails

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Thu Aug 24 06:54:43 EDT 2006


http://bugzilla.maptools.org/show_bug.cgi?id=1563

           Summary: ExpressionBuilder: szProjection code fails
           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


Projection strings are now +init= instead of init=, so the substr needs to be
changed to 6 instead of 5 in ExpressionBuilder.widget.php:

        if ( strlen( $szProjection ) > 0 )
        {
            $szProjection = substr( $szProjection, 6 );



------- 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