[Chameleon-dev] [Bug 1231] [Chameleon] ExpressionBuilder shows geometry property in list

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Tue Dec 27 10:46:40 EST 2005


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





------- Additional Comments From bartvde at xs4all.nl  2005-12-27 10:46 -------
I added the following condition in CVS head:

        // do not add the geometry property to the list of attributes
        if ( (strpos(strtolower($value), 'geometrypropertytype') === false) &&
          (strpos(strtolower($value), 'point') === false) &&
          (strpos(strtolower($value), 'polygon') === false) &&
          (strpos(strtolower($value), 'line') === false) )




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