On Dec 23, 6:13 am, "[email protected]" <[email protected]>
wrote:
> On Dec 23, 5:30 am, "ca...@cr3000" <[email protected]> wrote:
>
> > I followed that tutorial and made some amendments as mine uses some
> > XML data but the new icon still doesn't show.
>
> >http://people.brunel.ac.uk/~dt07ccr/aeuk/map/
>
> I suggest you review the syntax for 
> GMarker:http://code.google.com/apis/maps/documentation/reference.html#GMarker
>
> What do you expect this to do?
> var marker = new GMarker(point,icon,gicons[icontype]);

If you want _all_ the markers to be "airport" markers (per the subject
of this thread), you could change the line above to:
var marker = new GMarker(point,gicons["Airport"]);

  -- Larry

> (FYI - icontype is undefined and icon is null except for the first
> entry)
>
>   -- Larry
>
>
>
>
>
> > On Dec 23, 12:25 pm, Ralph Ames <[email protected]> wrote:
>
> > > >For the following map I am trying to replace all markers with the
> > > >following iconhttp://maps.google.com/mapfiles/kml/pal2/icon48.png
>
> > >http://people.brunel.ac.uk/~dt07ccr/aeuk/map/
>
> > > >I can't quite figure how this should be done correctly.
>
> > > Try this linkhttp://econym.org.uk/gmap/geicons.htm
>
> > > Ralph- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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