Street View workaround

1 reply [Last post]
bitf
Offline
Joined: 10/27/2009

Most users of Trisquel will know that Google Street View typically requires the official Flash player, I have discovered a workaround, version 3 of the Google Maps API uses "HTML" to add support for mobile phones. I did some poking around with firebug and from what little I know about Javascript it looks clear as far as the Javascript Trap, though someone should double check that.

Here is an implementation: http://www.microformats.dk/kort/diverse/gmapielevation.html

bitf
Offline
Joined: 10/27/2009

On second look the Javascript is obfuscated, be careful when using this if you consider that Javascript Trap an issue.