You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2019. It is now read-only.
In cases where data sets have multiple rows that share the same GPS coordinates, the performance of the map viz is sub-optimal. Clicking on the map pointer opens a window that shows the data from only one of the rows associated with those coordinates, without giving any indication that there are other rows. See, e.g., http://isenseproject.org/highvis.php?sessions=6758
I have a couple questions/thoughts about this:
Is it true that, in these cases, the map is loading a pointer for every row in the table, even though most are just duplicates of one another (and therefore invisible)? If so, would it be possible to do a data-reduction operation to enhance the map performance? (For the set shown above, this would reduce the number of pointers from 1200 to 15.)
Could we build tools to give users the ability to see multiple data rows associated with the same map pointer? Ideally, the pop-up window would allow the user to page back and forth through data from each of the rows associated with the corresponding point on the map. (I have no idea whether this would be possible!)
I'm hoping to use the data set shown above at the boathouse this spring.