I have some troubles with mapscript 4.8 i have a point object $point and i
want add this point to a new shapefileObj
$new_shape = &ms_newShapefileObj("tmp_shape",MS_SHP_POINT);
$new_shape->addPoint($point);
$new_shape->free();So but i do not find any shape-file with the defined name and neither it throws an error? So what do mistakes i make? -- View this message in context: http://www.nabble.com/ShapefileObj-t1711529.html#a4646977 Sent from the Mapserver - User forum at Nabble.com.
