I solved my question with this report
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/7c6e78b0b988181c/ec33b009d3e4d9a5?hl=en&lnk=gst&q=marker+and+custom+overlay#ec33b009d3e4d9a5

that it suggest to rewrite in USGSOverlay.prototype.onAdd method
panes.overlayImage.appendChild(div);

with

panes.mapPane.appendChild(div);



Original question:

I made a page with Image in a Custom Overlay over the map.

http://www.areademo4.eu/esempi/esempio1.htm

http://code.google.com/intl/it-IT/apis/maps/documentation/javascript/overlays.html#CustomOverlays


In this page, I must insert a standard marker on front. But I don't
understand how I can. The Standard Marker is all time under my Custom
overlays.

Someone can help me?


-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to