modestmaps / modestmaps-js

Modest Maps javascript port
http://modestmaps.com
395 stars 73 forks source link

Tiles do not load in IE version <= 10 #79

Closed micnic closed 2 months ago

micnic commented 10 years ago

In IE 10 and lower versions of IE the tiles are not loaded.

It is related to the following lines: https://github.com/modestmaps/modestmaps-js/blob/master/modestmaps.js#L1540-L1554

In Internet Explorer, as I discovered the .readyState value is uninitialized inside the .onload() listener.