> The huge yahoo files are being included as i am using AJAX build in > within Coldfusion. as i am using just the simple cfdiv, it loads the > hell lots of yahoo files in it
If you're only using that lot for the AJAX, the maps API comes with browser-independant tools built in (GdownloadUrl). I get 7 javascript errors all relating to CF, even before the map is opened. The map <div> is of unspecified width inside a table, which is almost certainly what your wrong map centering and grey areas are about. You can either specify a width or call .checkResize() after the map is created. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
