On Oct 8, 7:26 am, Jensen <[EMAIL PROTECTED]> wrote: > Dear all, > > with the help of Mike I managed to get things going on my project, but > unfortunately I am stuck again. So I ask for your help one more time. > > The situation: > I am trying to setup a page in which the user can define a zip code > PLUS a search radius PLUS a set of categories. You find the working > layout on: > > http://www.erstmalkucken.com/travenue0005.html > > IMPORTANT: If you want to try it, make sure to enter a zip like > "26135" or "26123" because for the time being, there are only eight > dummy entries in the DB around these values. > > So far it works nicely, the markers show up as desired, the sidebar > entries are correct ... BUT: > > A) if you now uncheck one of the category checkboxes, the > corresponding markers get hidden (as they should) but the > corresponding sidebar entries stay visible. That is basically OK > because right now there is no code on the page to "refresh" the > sidebar, as I do not know how to program it. Can anybody help me on > this, please?
See my earthquake pages for an example: http://www.geocodezip.com/v2_earthquake.asp http://www.geocodezip.com/v2_earthquakeCSV.asp > > B) much worse is the fact, that when you have e.g. one checkbox > UNchecked and then change the radius of the search (e.g. from 5 to 10) > and hit "search locations" again, the markers of ALL categories will > be visible while the checkbox REMAINS unchecked. If you now click that > certain checkbox it will get checked ... but the corresponding markers > get hidden ... > Either: 1. check the box (programmatically using javascript) when you are done adding the markers or 2. check the value of the check box and hide the markers of that category after adding them to the map if it isn't checked. -- Larry > It drives me crazy, especially because I think, I am only missing a > small detail ... > > Of course I was going through Mike's tutorials and tried to create an > alternative page: > > http://www.erstmalkucken.com/travenue0004.html > > But here I have trouble as well: > - the status of the checkboxes is completely ignored, all markers > ALWAYS show up. > - toggling the checkboxes does not do anything. > - when you repeat the search, the sidebar search results are added to > the list instead of getting replaced. > > If I had the choice I would prefer to get travenue0005 to work, > because it is "almost there" ... or am I? > > Thanks again for your time and help, > > Greetings, Jensen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
