I made those changes to retail4.htm and I get the following errors: While the page is loading I get:
Warning: Error in parsing value for property 'filter'. Declaration dropped. Source File: file:///C:/Documents%20and%20Settings/sustain/Desktop/TMPov4b8t6mf.htm Line: 0 When the search button is pressed I get: Error: MarkerLight is not defined Source File: file:///C:/Documents%20and%20Settings/sustain/Desktop/TMPov4b8t6mf.htm Line: 218 How do I go about starting to change baseIcon to work with MarkerLight? 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 -~----------~----~----~----~------~----~------~--~---
