> > No yellow triangle or red x at the bottom?
>
> No really nothing.

You are going to have to sort this out.  No-one writes error free
code, and you are left helpless unable to debug simple problems.

The error my browser tells me now is
   "map is not defined"
in this line
   map.addOverlay(arbreOverlay);

We've already covered global scope,
   http://econym.org.uk/gmap/scope.htm
see if you can work out why 'map' doesn't exist at the time the
checkbox code is run, and how to sort that out.

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