density
density copied to clipboard
Question about the dynamic points rendering
Hi,
I just came across your project and find it's very interesting and inspirational!
May I ask your opinion about the live data rendering? For example, tracking a bunch of vehicles which the positions are updated regularly. I think if we zoom out to a certain level, we can render the tiles the way you did since the positions of the points won't be changed rapidly. But when we zoom in, we can just render the markers directly and the amount won't be too large to handle.
I would appreciate if you could leave a comment, thanks.
Unfortunately, this code isn't really suited for rendering moving points.