UCHIC / SurveyDataViewer

A web application for visualizing the results of social science survey data.
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Add map for viewing zip codes #21

Closed AmberSJones closed 9 years ago

AmberSJones commented 9 years ago

At some point, we should add a map view to display the zip code responses. Use a map of Utah with zip code boundaries with markers in the middle or call-outs to denote the number of respondents in each zip code.

If this gets implemented, I assume that Doug will get excited about the spatial view and want to add functionality to view responses to other questions tied to the zip codes.

Maurier commented 9 years ago

I have implemented a Google Map that displays a marker for each zip code. When clicking or hovering the marker an info-window or a tooltip window will appear respectively.

The data for these markers is loaded and saved on the client the very first time the website is opened and after that it will load instantly forever and ever.

AmberSJones commented 9 years ago

Looks good.