
In a collaboration between SimpleGeo, who makes location data easier to access, and Stamen, who does all kinds of wonderful with maps, announced Polymaps today. It's a free and open-source JavaScript library for image- and vector-tiled maps using SVG.
Polymaps provides speedy display of multi-zoom datasets over maps, and supports a variety of visual presentations for tiled vector data, in addition to the usual cartography from OpenStreetMap, CloudMade, Bing, and other providers of image-based web maps.
Because Polymaps can load data at a full range of scales, it’s ideal for showing information from country level on down to states, cities, neighborhoods, and individual streets. Because Polymaps uses SVG (Scalable Vector Graphics) to display information, you can use familiar, comfortable CSS rules to define the design of your data. And because Polymaps uses the well known spherical mercator tile format for its imagery and its data, publishing information is a snap.
The above is map using Flickr shapefiles. Here's a map of pavement quality in San Francisco.

Here's another showing unemployment.

As you interact with the maps, you'll notice they feel very polished, and they work how you would expect. You can zoom in and out and pan in all directions with your mouse, or you can use your scroll wheel and keyboard arrows.
There are a few reasons why Polymaps is a big deal, but mainly, it makes online mapping so much easier and lets you do so much more than your standard marker maps. Also, it's in JavaScript, so you don't have to deal with compiling and many of the complexities that come with Flash and Actionscript. Plus it's free and open-source.
This is customizable sexiness right here. I can't wait to finish my dissertation, so I can really play with the library.
Check out more working examples and source code on the project page or download Polymaps on github and get started right away.

Source: http://flowingdata.com