-
Notifications
You must be signed in to change notification settings - Fork 51
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
Internet Explorer - DOMException Invalid State #48
Comments
Problem with utfGrid not working in IE is due to bug documented at danzel/Leaflet.utfgrid#48
@sambernet ^^ You did this change I think, could you take a look please? |
unfortunately I was moved away from the project and don't have access to a testbed at the moment. If someone can make a plunkr showcasing the problem I'll sure have a shot at it. At least I have access to IE11 :-) Be aware that this might take some time, though, as I'm now on another project with an extremely tight roadmap. No christmas holidays whatsoever... |
The latest version ofLeaflet.utfgrid is broken on IE11 (danzel/Leaflet.utfgrid#48) Downgrading to the version prior to the breaking change seems to fix the issue.
During the first ajax request after adding a utfGrid layer to a map, Internet Explorer (v11.0.9600) throws a
DOMException: InvalidStateError
.I believe the problem is due to setting
request.timeout
afterrequest.send()
has already been called (ref: c58e15a?diff=unified#diff-9c205830311c365520ac7b1989ab3d3bR296).The
dist/leaflet.utfgrid.js
from the parent commit (f82bf1b) works as expected in IE.The text was updated successfully, but these errors were encountered: