Google Maps API Styled Map Wizard

http://gmaps-samples-v3.googlecode.com/svn/trunk/styledmaps/wizard/index.html
http://googlejapan.blogspot.com/2010/05/google-maps-api.html
これはすごいなぁ。
社会の自由研究とか一発じゃないの。

[
  {
    featureType: "all",
    elementType: "all",
    stylers: [
      { visibility: "simplified" },
      { saturation: -50 }
    ]
  },{
    featureType: "poi.park",
    elementType: "all",
    stylers: [
      { saturation: 100 },
      { hue: "#00ff5e" },
      { lightness: -33 }
    ]
  }
]

こんだけで、公園調べができるよ。
面積合計とか出せるといいのに。