Some heatmap tiles do not load in IE
Opened this issue · 3 comments
drewlesueur commented
Not sure why.
Example got to http://coolstufflist.com/heatmap. Zoom out of California. You will see some tiles not loading
drewlesueur commented
Problem might be that IE8 only supports 32,768 characters in data uri.
I looked up Data URI on wikipedia and I found a link to this.
http://msdn.microsoft.com/en-us/library/cc848897%28VS.85%29.aspx
"Data URIs cannot be larger than 32,768 characters"
drewlesueur commented
Possible solution. Make an echo type web service where we sent the long data uri an it will return the png image.
drewlesueur commented
Another solution. maybe try using a jpeg instead on png.