On Feb 23, 10:13 am, hob rolluk <[email protected]> wrote: > I have some custom icons working but seem to have made a mistake in > the code and no longer get a pop up window on the marker. > > Im sure the issue is simple as my understanding of the API and Java > are both very limited.
Have you read the posting guidelines? http://groups.google.com/group/google-maps-api/web/suggested-posting-guidelines > > if i add 'map.addOverlay(marker);' at the bottom i get the originial > markers appearing and these are 'clickable' ....can anyone help? This looks like a problem (it isn't using your custom marker...): function createMarker(point,html) { var marker = new GMarker(point); But I can't tell for sure, I don't see the problem (you didn't provide a link to your map that exhibits the problem as requested in the posting guidelines). I have no problem with custom markers. Either post a link to the map that exhibits the problem or check out Mike Williams' tutorial: http://econym.org.uk/gmap/ and the documentation. -- Larry -- 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.
