Objective
As a user, I want to have more information about data points at low zoom levels
Context:
Currently in the webapp, at low zoom levels, only some data points are shown, and the other ones are hidden :
Hidden data points only appear when the zoom increases, but we don't have information about them before.
The goal would be to change the display of data points at low zoom levels : Instead of displaying some of them 'randomly', display a point that shows the number of data points grouped behind this point:
BOnus: When clicking on the point, the zoom automatically increases so the map is centered around all the points behind that point.
Objective
As a user, I want to have more information about data points at low zoom levels
Context:
Currently in the webapp, at low zoom levels, only some data points are shown, and the other ones are hidden :
Hidden data points only appear when the zoom increases, but we don't have information about them before.
The goal would be to change the display of data points at low zoom levels : Instead of displaying some of them 'randomly', display a point that shows the number of data points grouped behind this point:
BOnus: When clicking on the point, the zoom automatically increases so the map is centered around all the points behind that point.