Closed AmberSJones closed 9 years ago
Amber, Jeff,
I'm implementing this feature right now. The example Amber shows above is good, but it is a representation of counties in the United States. The information we have for each respondent, however, is Venue and Zip Code.
A map representation for Zip Codes will look much more complex. Something like this: http://bl.ocks.org/jefffriesen/6892860
I could implement the counties map by getting the counties id from zip codes somehow. Should I make it a zip codes or counties representation?
We should use zip codes, but only for Utah.
Yes, the example that I gave was just to show the type of map- for our case, the boundaries would be different. We want a zip codes representation, not counties.
That's great you found a zip code representation- we just need to crop it or zoom it to Utah only.
The map has been implemented.
The map looks great. A few things:
Just a reminder about these outstanding concerns with the map viewer.
The map now uses a different projection and does not appear rotated anymore. New zooming and panning controls have been implemented.
This is good. I could close the issue, but I wonder if we may still want to implement actual controls- like (+) and (-) buttons for zooming and a hand control for panning. Thoughts @horsburgh and @mauriel133 ?
It would be most intuitive if there was a small control that had a + and - button for zooming in and out. Something like this:
The buttons have been added.
Great. Closing.
We need to develop the functionality for a zip code heat map type viewer. This would be a map of Utah with zip codes to which values would be assigned and the color should be scaled to the value. Maybe something like this: http://bl.ocks.org/mbostock/4060606
The view would only be available for certain questions. The values would be determined by the mean score for that question.