Object.keys not available in IE8
rdewit opened this issue · 2 comments
rdewit commented
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?
sheppard commented
Yes, I usually use es5-shim but it was easy enough to implement a quick one here.