Must be s special reason why you put just one function in an extra file. Anyway, look at your createMarker function here
http://www.simplygo.net/web/gobball3/map_util.js and at the arguments where it is called createMarker(this,event.latLng.lat(),event.latLng.lng(), {draggable:true}); icon and shadow will always remain empty, so when you doubleclick the map there will be in fact a marker appear on the map, but you can't see it. On Jan 21, 4:28 am, Matic <[email protected]> wrote: > Here is the link. > > http://www.simplygo.net/web/gobball3/map.php > > When you have a double-click on the map, no new marker is created as > expected. > > What's the problem ?? > Thx. -- 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 [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-js-api-v3?hl=en.
