Tried that and the list doesn't appear in the GControl sidebar at the moment.
On Jan 20, 12:58 pm, Andrew Leach <[email protected]> wrote: > On Jan 20, 12:43 pm, Gary <[email protected]> wrote: > > > > > Even though its hidden I know the tickboxes are filtering the original > > sidebar div but they’re not effecting the GControl layer. > > > So what is the problem now? > > Your function "makeSidebar" operates on the sidebar, not the control's > div. > Line 185: document.getElementById("side_bar_html").innerHTML = html; > Try > document.getElementById("labelContainer").innerHTML = html; > and remove/comment out the div you're currently using. > > Andrew
-- 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.
