cbaines / leaflet-indoor

Provides basic tools to create indoor maps with Leaflet
http://cbaines.github.io/leaflet-indoor/examples/
BSD 2-Clause "Simplified" License
356 stars 99 forks source link

IE8 Support? #3

Open thejimbirch opened 9 years ago

thejimbirch commented 9 years ago

Hi,

I am looking for a solution like this, but the client requires Internet Explorer 8 support. While the Leaflet map loads in your example page, your layers do not load.

Any possibility, or advise for getting this to work with IE8?

Thanks, Jim

cbaines commented 9 years ago

Try the ie8 branch, from memory the polyfills should make things work (although I have not tested it).

thejimbirch commented 9 years ago

Thanks @cbaines ! Will report back here with our findings. Jim

thejimbirch commented 9 years ago

Hi @cbaines

We didn't end up going with this for the project, but your IE8 branch did work.

Thanks, Jim