I am a total newbie and not a programmer at all. By cut and paste from different sources, I've been able to make à map with four different icons that open on the addresses when clicked. I am now trying to change the icons appearances from the info I found here : http://gmaps-utility-library-dev.googlecode.com/svn/tags/mapiconmaker/1.1/docs/examples.html I think I am supposed to paste this : <script src="mapiconmaker.js" type="text/javascript"></script> and this (that I made from the MarkerIconOptions Wizard) : var iconOptions = {}; iconOptions.width = 32; iconOptions.height = 32; iconOptions.primaryColor = "#990099"; iconOptions.cornerColor = "#FFFFFF"; iconOptions.strokeColor = "#000000"; var icon = MapIconMaker.createMarkerIcon(iconOptions); The thing is, I don't know where in the code I am supposed to paste it and if I need to change anything else on my code. I hope someone can help because I've spent ours on this and am getting lost. Thanks. Here is the link to the map : http://essai07.parcours.com/spip.php?article114
-- 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.
