I followed the sample on code.google.com for maps javascript api v3 to
implement a custom overlay using exact set of codes except the image
and co-ordinates.

http://code.google.com/intl/en/apis/maps/documentation/javascript/overlays.html#CustomOverlays

But when I change the button to a check box, it doesn't work.  Maybe
I'm missing something totally obvious?

I added this:

  <input type="checkbox" id="sectorsmapcheckbox" checked="checked"
    Onclick="overlay.toggle();" />

in front of the original code:

    <input type="button" value="Toggle Visibility"
onclick="overlay.toggle();"></input>

The button works but the checkbox doesn't.  Anybody please help?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to