In a leaflet application, I have a base map, and several overlay layers, each of which are showing GeoJSON. The GeoJSON is going update (client receives over a websocket) at 4Hz.
The GeoJSON consists of a good number of polylines. The area covered is pretty small, so I don't think that...