2010 Massachusetts Census Results – Dual Maps Mash-Up

Taking a page from my friends at MAGIC and the Connecticut State Data Center, I’ve put together a simple dual-map Google Map mash-up of the recently released Massachusetts 2010 census data using the Google Map V3 API (see their example here).  The release of the 2010 Massachusetts census did have its problems, but now the correct data are available for download.  The census data are displayed using a dual-map approach. The top map displays the 2010 town-by-town population count while the bottom map displays the percent change between the 2000 and 2010 census.

Click here to visit the interactive maps.

Dual Census Map

Being a dual-map the zoom and pan controls are mimicked on each map.  For example, if the user zooms or pans on the top map, the bottom map reacts accordingly.  The user can also click on a polygon and a small info window will open that displays some basic census data.  Over the past ten years population in Massachusetts has grown slowly, with increases in the towns of central Massachusetts.  However, population has declined in many western Massachusetts towns.

The code for this page can be easily replicated and used for any number of other states, counties or towns. The user would have to create their own kmz or kml file and modify the javascript and html for their own needs.  Unfortunately, Massachusetts is a tough fit for a webpage due to its shape.  In this example much of the screen is dedicated to either ocean or other states.

*Update – I changed some of the code to position the maps and the legends so that they look better when the user shrinks the screen.  The KMLs may also load slowly, depending on your connection speed.

Happy mapping!

 

Sweet 2010 Census Mash-Up

My hard-working friends at the Connecticut State Data Center and the Map and Geographic Information Center (MAGIC) at the University of Connecticut Homer Babbidge Library have started to post data from the Wednesday March, 9th release of the 2010 census data for the state of Connecticut.  Talk about a quick turn around!

One of their most interesting 2010 Census Google Map Mash-Ups on their site displays dual-linked Google Maps, with one map displaying the 2010 Connecticut census results by town and the other the 2000 Connecticut census results by town.  The dual-linked maps are synchronized, meaning that movement one map happen on the other.  The user also has the ability to search for their town, or download the data for their own use.  The user can also click on a town and view a table of census data to see how population has changed across Connecticut.  I’m looking forward to what other mash-ups they roll out over the next few days.

Take a look at their site.  MAGIC has been around for a long time, and they have always been innovators in their field.

CTSDC Dual Linked Maps - 2010 Census
CTSDC Dual Linked Maps - 2010 Census

and…quick disclaimer, I helped write the code for the underlying mash-up.  That’s it, they did the rest and they did a great job.