On Jul 27, 5:38 pm, Ivan <[email protected]> wrote:
> Thanks for trying Larry...that didn't seem to work. However, it didn't
> affect the map negatively in any way so I just left it in incase you
> or someone else would like to take a look and see if they can figure
> it out.

You didn't change the call to CreatePolygon
    var poly = CreatePolygon(lines, levels, title,param_tab1Column,
tab1, param_statusColumn, tab2, param_nameColumn, tab3, html,type);


You need to pass "point" into it also:
    var poly = CreatePolygon(lines, levels, title,param_tab1Column,
tab1, param_statusColumn, tab2, param_nameColumn, tab3, html,type,
point);

otherwise, it is always null and doesn't gain you anything...

  -- Larry


>
> Thanks again .

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to