On Dec 24, 9:01 am, "Michael M." <[email protected]> wrote:
> Hey all,
>
> Here is what I want to do. Create a map with markes from a database
> and when a marker is click the information will be get dynamic at the
> click time. I have to many information to put into the marker to
> create it at the start – the database search will take to long time.
>
> I have a php function to get the data – first as a xml list to get
> position of the markers and a ID - and sekund to getting the data when
> a marker is clicked (as html code)
>
> It all works with just one marker and not using array but when I use
> the array it fails
>
> So, how to use dynamic javascript vars with the api ??
>
> Code that get the data by using PHP – working fine in IE, firefox and
> Safai just for FYI
> -----------------
>
> The xml that the php generates:
> ---------------------------
> <markers>
> <marker lat="55.680698" lng="12.594033" id="1564" ran="" />
> <marker lat="55.696973" lng="12.565956" id="15018" ran="" />
> </markers>
>
> Any idea’s ??

Follow the posting guidelines and post a link to your map that shows
the problem?

You probably will want your map and arrays to be global.

  -- Larry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to