2014-05-11, 12:24
Bug:
The map does not show when I have IPv6 enabled in my browser (Firefox 29.0.1). I only get a empty square where the map is supposed to be. If I disable IPv6 in Firefox (network.dns.disableIPv6=true) everything works. I have a working IPv6 connection and other websites using IPv6 works fine. I also tried in Internet Explorer and Chrome with the same result.
Suggestion:
You should look into replacing polling for new data with pushing new data from the server using the WebSocket API (http://apress.jensimmons.com/v5/pro-html...g/ch7.html). This should save you bandwidth usage and allow you to send each event without delay.
The map does not show when I have IPv6 enabled in my browser (Firefox 29.0.1). I only get a empty square where the map is supposed to be. If I disable IPv6 in Firefox (network.dns.disableIPv6=true) everything works. I have a working IPv6 connection and other websites using IPv6 works fine. I also tried in Internet Explorer and Chrome with the same result.
Suggestion:
You should look into replacing polling for new data with pushing new data from the server using the WebSocket API (http://apress.jensimmons.com/v5/pro-html...g/ch7.html). This should save you bandwidth usage and allow you to send each event without delay.