On Nov 30, 10:00 am, tonyboon <[EMAIL PROTECTED]> wrote:
> Hi, could someone spare me sometime please.
>
> I've taken the code generated 
> byhttp://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/m...
> and put it herehttp://www.citypubs.co.uk/citymap.html
> this works in Explorer 7, Mozilla Firefox 1, Mozilla 1.7.13, NetScape
> 8 and Safari 3.1 but not in Opera.
>
> My Javascript skills are weak, but I used windows.status = "debug -
> got this far" to try and pin down where it's failing and it stops here
> -
>
> function cm_getJSON() {
>   // Retrieve the JSON feed.
>   var script = document.createElement('script');
>   script.setAttribute('src', 'http://spreadsheets.google.com/feeds/
> list'
>                          + '/' + param_ssKey + '/' + param_wsId
> + '/public/values' +
>                         '?alt=json-in-
> script&callback=cm_loadMapJSON');
>   script.setAttribute('id', 'jsonScript');
>   script.setAttribute('type', 'text/javascript');
>   document.documentElement.firstChild.appendChild(script);
>
> }


I updated my Opera to 9.62 but I did not manage to repeat the
trouble.

It looks like you are calling the the feed inline but you are
constructing the map with a 500ms delay. Maybe it is a timing problem.
Why is that timeout creating the map?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to