Hi there,
I was wondering if googles newer map control (example:
http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=101582331161843984664.00046a6e08c1a739c196c&z=7
) for pan and zoom can be used in your script - i looked at the script
and found the following:
<code>
var CtrlTable = {
'GOverviewMapControl': true,
'GLargeMapControl': true,
'GSmallMapControl': true,
'GSmallZoomControl': true,
'GSmallMapTypeControl': true,
'GMapTypeControl': true,
'GMenuMapTypeControl': true,
'GHierarchicalMapTypeControl': true,
'GScaleControl': true
};
</code>
I tried adding " 'GLargeMapControl3D': true, " and added
GLargeMapControl3D to the div class but that didn't work. I don't
really know much about javascript and am hoping this is possible.
Thanks for any info
Trish