density icon indicating copy to clipboard operation
density copied to clipboard

Question about the dynamic points rendering

Open namco1992 opened this issue 6 years ago • 1 comments

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.

namco1992 avatar Dec 05 '18 12:12 namco1992

Unfortunately, this code isn't really suited for rendering moving points.

fogleman avatar Dec 10 '18 18:12 fogleman