hey
try removing the map.enableDragging();
enableDragging is a default method see if it works.
// Display the map, with some controls and set the initial location
var map = new GMap2(document.getElementById("map"));
map.addControl(new GLargeMapControl());
map.addControl(new GMapTypeControl());
-->> map.enableDragging();
map.setCenter(new GLatLng(41.291350, -99.925420),3);
On Sun, Dec 14, 2008 at 9:59 PM, heshiegreshie <[email protected]> wrote:
>
> Hi,
>
> I'm just starting out with the googlemaps API and trying to create a
> relatively simple map that will have a few markers with info windows.
> I was piecing this together when for whatever reason, now the map will
> not scroll when you click and drag. The hand appears appropriately
> and responds to the event of clicking.
>
> I've tried this on ff 3.04, safari 3.2.1.
>
> Link to map:
> http://www.acmt.net/Website_Committee.html
>
> Any help would be great. I've been trying to learn from the tutorial
> on econym.
>
> Thanks,
>
> h
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---