Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI - Mapping large amounts of points #3

Open
portableant opened this issue May 9, 2022 · 2 comments
Open

UI - Mapping large amounts of points #3

portableant opened this issue May 9, 2022 · 2 comments

Comments

@portableant
Copy link

As you well know, the initial view loaded in the interface is point data. However, when you plot thousands of points on a map, the user is faced with a mass of data points, which can be a little overwhelming.

For example:

Screenshot 2022-05-10 at 00 37 31

How can this be dealt with? Options - load high point volume datasets/layers as either heat map or clustered view? This may confuse the user further, though as it has to be made explicit when the change is made.

So you may want to ignore this question :)

Dan

@rsimon
Copy link
Collaborator

rsimon commented May 13, 2022

Hi Dan,

fully agreed on a good solution to the display of large datasets. One "hack", of course, is that you can force the UI into a specific initial state through the URL. E.g. while...

https://britishlibrary.github.io/peripleo-lanc/visitplus

... will open the map in points mode, this URL will open in heatmap mode:

https://britishlibrary.github.io/peripleo-lanc/visitplus/#/?/?/?/mode=heatmap

So, at least, there's a way for the host app to control initial state. But even despite of that, I think there's room for new ideas around better presentation in general.

@portableant
Copy link
Author

The URL param is a good fudge fix for most people 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants