Opened 21 years ago

Closed 21 years ago

#282 closed defect (duplicate)

LineObj add methods problem

Reported by: bear@… Owned by: dmorissette
Priority: high Milestone:
Component: MapScript-PHP Version: 4.0
Severity: normal Keywords:
Cc:

Description

$line = ms_newLineObj();
$line->addXY(0,0);
$line->addXY(10,10);
$line->addXY(20,10);
print_r($line);

gives

line Object ( [_handle_] => Resource id #48 [numpoints] => 0 ) 

$line->add($point) gives the same results, no points added to the line object.

Change History (1)

comment:1 by dmorissette, 21 years ago

Resolution: duplicate
Status: newclosed
This was the same issue as bug 69 and has been fixed in 3.7

*** This bug has been marked as a duplicate of 69 ***
Note: See TracTickets for help on using tickets.