Hi Jonathan, is the KML file located on the same server? If so, are you referencing it by a full URL (e.g. 'http://www.example.com/file.kml') or via a relative location (e.g. './file.kml')? I found the latter to be more failsafe.
If the file is located under a different domain (e.g. 'http://data.example.com/file.kml' and your code lives at 'http://somethingelse.example.com') AFAIK there is no proper alternative to using any sort of proxy. Regards, Marc Jonathan Wolfe schrieb: > Hi, > > I'm trying to overlay a remote kml file onto the google projection and I > get: Access to restricted URI denied" code: "1012. > > When I use a local file, it works just fine. > > Because of security reasons, I cannot set up a proxy server like the FAQ > suggests. Does anyone know how to get around this? > > Thanks, > Jonathan > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users > > _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
