I made the changes to retail4.htm that you suggested but am getting an
error.

I get this while loading:

Warning: Error in parsing value for property 'filter'.  Declaration
dropped.
Source File: http://hardins.com/retail4.htm
Line: 0

Where do I start to begin to implement this into the first section
with all of the markers?









On Oct 15, 6:11 pm, Ralph Ames <[EMAIL PROTECTED]> wrote:
> >The blue marker is going to be replaced by redstarmarker.png
> >and the Green markers are going to be replaced by
> >greencirclemarker.png
>
> var blueIcon = "http://www.hardins.com/images/redstarmarker.png";;
>
> Change this
> var marker = new GMarker(point,blueIcon);
>
> to this
> var marker = new MarkerLight(point,{image:blueIcon});
>
> Ralph
--~--~---------~--~----~------------~-------~--~----~
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