OK,

Why do I get than Access Denied error when just trying to open a local
KML with geoXML3?

The error points to this code in geoxml3.js:

xhrFetcher.onreadystatechange = function () {
      if (xhrFetcher.readyState === 4) {
        // Retrieval complete
        if (!!geoXML3.xhrtimeout)
          clearTimeout(geoXML3.xhrtimeout);
        if (xhrFetcher.status >= 400) {
          geoXML3.log('HTTP error ' + xhrFetcher.status + ' retrieving
' + url);
          callback();
        } else {
          // Returned successfully
            callback(geoXML3.xmlParse(xhrFetcher.responseText));
        }
        // We're done with this fetcher object
        geoXML3.fetchers.push(xhrFetcher);
      }
    };

On Feb 17, 7:54 am, Samuel Grant <[email protected]> wrote:
> Also,
>
> JS is here:
>
> http://scgrant327.dyndns.org:8000/pages/js_src
>
> On Feb 17, 7:41 am, Samuel Grant <[email protected]> wrote:
>
>
>
> > Yeah, I know the map does not show right now...there is a problem with
> > creating and reading the KML...that is why I am here aksing you guys!
>
> > one KML is here:
>
> >http://scgrant327.dyndns.org:8000/pages/1297604666.kml
>
> > A new KML is generated from the DB each time a user opens the map.
> > This ensures they are getting the latest data without Google caching
> > the KML...
>
> > --Sam
>
> > On Feb 16, 5:54 pm, "[email protected]" <[email protected]>
> > wrote:
>
> > > On Feb 16, 2:51 pm, Rossko <[email protected]> wrote:
>
> > > > >http://scgrant327.dyndns.org:8000/pages/mapdbtest.html
>
> > > > I don't even get a map in FF2
> > > > mapCTRlon is undefined in the document.ready map setup
>
> > > I didn't get a map in IE or Chrome.  What browser does it work in?
>
> > > Could you at least provide a link to the kml?
>
> > >   -- Larry- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -

-- 
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.

Reply via email to