Hello everyone,
I want to know if there is an example on how i can handle a lot of data returned from my rest service (more than 1M features) in a good way.
My idea is doing something similar like a table that loads the first 50 features with a button that says "show more". So when u press it u load the next 50 and so on (till complete the 1M if the user wants).
Is there any way on how to handle this?
Thanks in advice 