Hello, I have tried to implement a select filter called sexybox which acts as a autocomplete filter on my marker select form.
http://code.google.com/p/sexy-combo/ I was able to get the filter to work, but afterwards, I was unable to select my points. I attempted to make a submit button, with no luck. I am calling on these markers via PHP which looks like this. <?php if($_POST['district']=="Aconda Court (AC)") { $lat = "35.957226868069476"; $lng = "-83.9300000667572"; } elseif($_POST['district']=="Alumni Memorial Bldg. (AMB)") { $lat = "35.9560978729076"; $lng = "-83.92636835575104"; } elseif($_POST['district']=="Andy Holt Tower (AHT)") { $lat = "35.95205941196715"; $lng = "-83.92600357532501"; } elseif($_POST['district']=="Art & Architecture (AA)") { $lat = "35.95255880273233"; $lng = "-83.9296567440033"; } elseif($_POST['district']=="Austin Peay (AP)") { $lat = "35.957157391910116"; $lng="-83.92701208591461"; } elseif($_POST['district']=="Ayres Hall (A)") { $lat = "35.957522141065006"; $lng = "-83.92604112625122"; } elseif($_POST['district']=="Mitte") { } elseif($_POST['district']=="Neukölln") { $lat = "52.481107522268495"; $lng = "13.424606323242188"; } else { $lat = "35.952963"; $lng = "-83.932822"; } echo $lat."|".$lng; ?> Please Help! Chase Forgot to add my site: http://www.chasewittdesign.com/volmaps/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
