> > You can see my map here (http://auroralights.org/map_project/gmaps.php? > > gmap=marker-test). > > I get a php error > Invalid argument supplied for foreach() ....
Ah, my fault, truncated URL ; your php code fails with no URL arguments, you might make it more robust later. I get a javascript error from MarkerManager because you are loading that inline, before you AJAX load the maps API. You need to load MM after the API too. I'm not sure what you mean about the icon ; a blue Icon is requested from the charts API sized at 21x34, which is then shrunk to 12x20 for display because that's what you've asked for blackIcon.iconSize = new google.maps.Size(12, 20); -- 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.
