Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE support for web service data objects #55

Open
embeepea opened this issue Feb 13, 2013 · 1 comment
Open

IE support for web service data objects #55

embeepea opened this issue Feb 13, 2013 · 1 comment

Comments

@embeepea
Copy link
Member

Multigraph's ability to fetch web service data, or csv data, from a non-same-origin server is currently broken in Internet Explorer (9 and older? not sure about IE 10). This is almost certainly due to the fact that the JQuery.ajax function does not correctly support CORS requests in IE, because (an oversimplified view) IE's handling of CORS is screwed up.

See

for more information. There is a JQuery plugin available that helps with the situation; see the above posts for details, and figure out how to incorporate that plugin into Multigraph, if possible.

@embeepea
Copy link
Member Author

A solution to this problem is included in the commit

nemac/ol-fcav@438bf65

in our ol-fcav project. Still need to work this into js-multigraph itself, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant