![]() |
2010-01-09
, 11:59
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#32
|
A solution would be to rewrite the whole thing and use the Google Maps API, but that's already what twaelti did... http://talk.maemo.org/showthread.php?t=33645
![]() |
2010-01-09
, 12:30
|
Posts: 226 |
Thanked: 63 times |
Joined on Sep 2009
@ Maldives
|
#33
|
![]() |
2010-01-09
, 13:21
|
Posts: 97 |
Thanked: 103 times |
Joined on Sep 2009
@ switzerland
|
#34
|
I still think it would be good to work out how to hook into the iPhone gesture stuff and how that's used in the Javascript (I certainly couldn't see it anywhere though). Anyone who actually knows something about Javascript fancy taking a look-see?
![]() |
2010-01-09
, 13:59
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#35
|
![]() |
2010-01-09
, 14:58
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#36
|
Yeah thanks!! how did you find this? I dont know anything about java but i can make framesites
I've created this now: http://n900maps.ath.cx
Now the site is zoomable in a few steps!
The webspace is in austria on my university account, i dont know how fast it is. Have anyone webspace to store it?
greets, Andi
The Following User Says Thank You to YoDude For This Useful Post: | ||
![]() |
2010-01-09
, 15:28
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#37
|
Works for me!
For others if you wish to run it locally...
Save the source code to a local file called "whatever.htm".
Now add "zoom.htm" to the above addy (http://n900maps.ath.cx/zoom.htm). Open it in a browser and save that source code to a file called, you guessed it, "zoom.htm".
Put both files in the same directory on your N900.
Click on "whatever.htm" from the N900's file manager and rock on saving the schools server and cutting connection time.
Thanks again for the idea dude. It opens up other possibilities.
![]() |
2010-01-09
, 15:56
|
Posts: 97 |
Thanked: 103 times |
Joined on Sep 2009
@ switzerland
|
#38
|
Does this hold true for embedded pages? E.g. the googlelatitude app in extras-devel simply wraps the above page in a Qt+webkit app (which means that unfortunately the geolocation doesn't currently work, though I understand there is support in the webkit source code).
Would this be another option? It would also allow the app itself to capture e.g. the +/- keys and pass those over as javascript inputs to zoom (I guess!)
![]() |
2010-01-09
, 16:31
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#39
|
Can you just zip those up in file? I'm having trouble capturing the source code.
<html> <head> <title>Google Maps N900</title> </head> <frameset cols="*,76"> <frame name="Links" src="http://www.google.com/maps/m"> <frame name="Rechts" src="zoom.htm" scrolling="no" target="Links"> <noframes> <body> </body> </noframes> </frameset> </html>
<html> <head> <meta http-equiv="Content-Language" content="de-at"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Google Maps Zoom</title> <base target="Links"> </head> <body link="#FFFFFF" vlink="#FFFFFF" alink="#FF0000" text="#FFFFFF" bgcolor="#000000"> <p align="center"> <b> <font size="6"> <a href="http://www.google.com/maps/m#II=&z=20" style="text-decoration: none"><</a><br> <a href="http://www.google.com/maps/m#II=&z=18" style="text-decoration: none"><</a><br> <a href="http://www.google.com/maps/m#II=&z=16" style="text-decoration: none"><</a><br> <a href="http://www.google.com/maps/m#II=&z=14" style="text-decoration: none"><</a><br> <a href="http://www.google.com/maps/m#II=&z=12" style="text-decoration: none"><</a><br> <a href="http://www.google.com/maps/m#II=&z=10" style="text-decoration: none"><</a><br> <a href="http://www.google.com/maps/m#II=&z=8" style="text-decoration: none"><</a><br> <a href="http://www.google.com/maps/m#II=&z=6" style="text-decoration: none"><</a><br> <a href="http://www.google.com/maps/m#II=&z=4" style="text-decoration: none"><</a><br> </font> </b> </body> </html>
The Following 3 Users Say Thank You to YoDude For This Useful Post: | ||
![]() |
2010-01-10
, 16:31
|
Posts: 47 |
Thanked: 22 times |
Joined on Aug 2009
|
#40
|
The Following User Says Thank You to TooMuchMoney For This Useful Post: | ||
I still think it would be good to work out how to hook into the iPhone gesture stuff and how that's used in the Javascript (I certainly couldn't see it anywhere though). Anyone who actually knows something about Javascript fancy taking a look-see?