Tatsuhiko Miyagawa's Blog

Control Google Maps via MacBook

June 14, 2006

Another day, another hack. Here’s a demo that controls Google Maps using ThinkPad Hard Drive Active Protection sensor. You tilt your ThinkPad and Google Maps roll over. Pretty cool.

というわけで ThinkPad ハックづいてるこの頃(といっても2日ですが)、また面白いハックを1つ。Google Maps の地図を、ThinkPad を傾けてナビゲートします。まずはデモをどうぞ。

My recommendation is to choose Satellite mode, with the 3rd Zoom level. It makes me feel like flying in the sky, just as birds. Because of Google Maps JS library prefetching images, sometimes you have a delay (latency) moving, but other than that, it is quite fantastic.

サテライトでズームは最大から3つ目ぐらいが最適。空を飛んでいる鳥の気分になれます。ちょっと Gmaps のローディングで遅延があったりしますが、それ以外は快適の一言。

The code is available here in my svn repository. Note that because it uses ActiveX, you need to download the gmaps.html locally and open it with Windows IE. The app is written in JavaScript (using Google Maps API) and ActivePerl’s PerlScript inside Windows IE. You need to install Win32API-File CPAN module (use ppm to install) before running it.

コードは こちら からダウンロードできます。ActiveX を使うので、ブラウザ上でそのまま動かすことはできません。gmaps.html をダウンロードして WinIE で開いてください。ドライブプロテクションのついた ThinkPad, ActivePerl (PerlScript が有効になっている必要あり) に Win32API-File が必要です (ppm でインストールできます)。IE で の中から ShockMgr を開いて、JavaScript に返して GMaps を pan してます。IE だからできるワザ。

Enjoy!