Adding dynamic points; clicking on point not working

Camden Daily cdaily at GMAIL.COM
Mon Jun 20 10:26:06 EDT 2005


When you're dynamically generating your points, you might try setting
the index values with the set() function, like this:

$shp->set('index', $i);

The member properties aren't always directly accessible, so the set
function should be used in php mapscript.

Might fix your problem.

-Camden



More information about the mapserver-users mailing list