On Sep 2, 11:00 am, VonCooke <[EMAIL PROTECTED]> wrote:
> Hey Guys,
>
> First, I'll Admin I'm New to Google Maps...about 2 weeks of
> experience.  I have gone through Mr. Williams tutorial and got a lot
> of stuff working but I am having a problem with the custom icons array
> as described in Section 16.  I am pulling coordinates from an xml
> file, also described by Mr. Williams.  On other maps, pulling data
> from the xml file has worked just fine.  Thank You in advanced for any
> help you can provide.
>
> URL
>
> http://www.sbmountain.com/maps/general.html
>
> XML
>
> http://www.sbmountain.com/maps/general.xml
>

Have you looked at the javascript errors your map generates?

I get this:
Error: 'icontype' is undefined

I would suggest you define it.

You probably want to pass it into your createMarker function:
var marker = createMarker(point,label,html);  // suggest passing in
the icontype read from the xml file

It looks like you probably want to read it from your xml, but you
don't have any code to do that.

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