Flexberry / Leaflet-WFST

OGC WFS-T client layer for Leaflet.
http://flexberry.github.io/Leaflet-WFST/
MIT License
151 stars 50 forks source link

Internet Explorer doesn't support XPathEvaluator #18

Closed robertdlangford closed 4 years ago

robertdlangford commented 9 years ago

Great extension, but unfortunately I'm having problems with some users who want to use IE(?!).

https://github.com/Flexberry/Leaflet-WFST/blob/1d5b5fddd4df5299727cee387fb3e419092a4cde/dist/Leaflet-WFST.src.js#L35

This seems to be causing issues when trying to use in Internet Explorer (I tested using IE10).

From some Googling:

Internet Explorer is the only browser that now doesn't support XPathEvaluator. You can use selectNode() and selectSingleNode() on the DOM Document object instead (IE only).

kuzkok commented 9 years ago

We will add support for IE in future. Or you can do it and send pull request.

kuzkok commented 4 years ago

not actual for IE now :)