[OpenLayers-Users] 2 questions - custom control.button not firing & xmlhttprequest issue

Christopher Schmidt crschmidt at metacarta.com
Tue Dec 23 17:33:07 EST 2008


On Tue, Dec 23, 2008 at 01:51:00PM -0700, David Hollema wrote:

(If possible, you should try to use plain text email. HTML email doesn't
come across too well in text with code stuff.)

> Next question.  I'm trying to load a OpenLayers.Layer.Text layer stored
> locally on our network.  I am not publishing my web page using a web
> server, it's simply running the html and javascript off a network .html
> file served over the file network.  Trouble is I get an access denied
> error from IE7 when opening a layer file even if it's in the same path
> as the html file.  Is there a work around?

No. XMLHttpRequest restrictions in IE7 only allow the requests to be
issued over HTTP, not against File URLs. You'll need to run this on a
server. 

-- Chris



More information about the Users mailing list