On Sep 9, 11:32 am, roo <[EMAIL PROTECTED]> wrote: > I have considered that - but for example, if one location has a > Logistics and Air Freight set of data and another has a Shipping and > Terminal set of data, how could I populate the marker's tabbed windows > with the correct info? Wouldnt I need to make every marker have a tab > for each category which may or may not be populated if that location > has data for that category?!
You currently set up each tabbed infoWindow for each marker individually, so it shouldn't be difficult to get your PHP code to output a tab for each category applicable to the marker. > Also - can you please elaborate on the syntax error? Tried reloading the page and it didn't happen, but the first time I did, I got a "missing )" error and then an "Object required" error. It may be due to your page not having a <head> section. It's invalid HTML. 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 -~----------~----~----~----~------~----~------~--~---
