Skip to content
This repository was archived by the owner on Aug 16, 2019. It is now read-only.
This repository was archived by the owner on Aug 16, 2019. It is now read-only.

Map viz doesn't work well with data sets having multiple rows that share the same GPS coordinates. #607

@ivanrudnicki

Description

@ivanrudnicki

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:

  1. 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.)

  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions