views:

47

answers:

1

Hi!

I was just watching the Wilderness Downtown video - http://www.thewildernessdowntown.com/ - and I couldn't quite work out how the folks behind it did the Google Map which scrolls along and rotates, all on an HTML5 canvas.

I've looked through the Google Maps Javascript API - http://code.google.com/apis/maps/documentation/javascript/ - and nowhere in it can I see any pointers on how to embed a Google Map into a canvas tag (which can then be transformed as in the video).

Any help on this would be very appreciated,

DLiKS

+3  A: 

Ricardo Cabello, Mr.doob in the credits, has a blog post titled Making of The Wilderness Downtown.

bzlm
The closest the blog post comes to explaining how it was done is when it says: 'We couldn't just directly use the embeddable Google Maps, the maps were supposed to have some tilting on the camera so a new Maps Data viewer was required.' However, it doesn't say what this 'new Maps Data viewer' is...
DLiKS
@DLiKS It was custom built. From the post: "Like with the maps, we had to build a custom Street View Data viewer". I agree, the innards aren't revealed though. But it doesn't sound like they "embedded a Google Map" as you suggest. :)
bzlm