heigeo/leaflet.wms

Object.keys not available in IE8

rdewit opened this issue · 2 comments

In refreshOverlay Object.keys is used which is available in IE9 onwards but not in IE8.

IIRC, Leaflet still plans to support IE8 in version 1.x. Are you planning on staying in line with Leaflet by supporting IE8 for leaflet.wms?

r1m commented

You can use : es5-shim

Yes, I usually use es5-shim but it was easy enough to implement a quick one here.