i have an idea: the current GoogleMaps cannot give people cubic perception. thus whether is it possible to release a global earth.
actually, i have not understood what you want to tell me with that…
I recompiled the AS3 Google Maps Multi-Touch and tested it. It is very good,but as you of the methods(http://johannesluderschmidt.de/),don’t get rid of the red DEBUG string on the screen.Why is that? whether there are problems when inputing URL (eg http://johannes.local/googleMapsMultitouch)or in other links?can you tell us how to delete DEBUG MODE in details? thanks!
i have not tried to remove those debug strings since releasing the first version of mapstouch. but the way that i removed them back then was to create a maps api key to a local url where the host name is DIFFERENT to localhost and 127.0.0.1. e.g. i took the name of my mac mini, which was johannes.local and appended the folder name where my SWF file resides on my web server: http://johannes.local/googleMapsMultitouch.
i entered this url in the maps API key creator and copied and pasted the API key into the map.key variable in the class GoogleMapsPureAS. afterwards i placed the compiled SWF in the googleMapsMultitouch folder in the document folder of my apache webserver. then i started Flosc, started OSC.exe, started the TUIO simulator and called http://johannes.local/googleMapsMultitouch (exchange johannes.local with the name of your computer to which you created the maps API key) in a browser e.g. Firefox.
now the red debug strings should be removed and the SWF should be able to connect to OSC.exe and shows the blobs you create in the TUIO simulator.
REMEMBER: the removal of the DEBUG string does ONLY work in the browser.
if you want to have a fullscreen mode e.g. in Firefox than hide the address bar of firefox, take care that the firefox window is maximized and press F11 BEFORE you give the focus to mapstouch by clicking into the SWF (then the keyboard listener would be on the Flash Player plugin and not on Firefox anymore). alterantively, you can choose the fullscreen mode from the menu bar. you cannot escape fullscreen mode easily when you are in fullscreen mode with a flash application. anyway, pressing alt+F4 on windows or cmd+q in mac os x should do the trick.
i hope this helps a bit.
here is the link to the google code mapstouch project again. i’ve updated the Downloads source and swf file.