View Single Post
YoDude's Avatar
Posts: 2,869 | Thanked: 1,784 times | Joined on Feb 2007 @ Po' Bo'. PA
#10
Originally Posted by geneven View Post
It shows where you are with some surrounding streets, which is worth something. It would be nice if you could zoom and look around a bit. People DO get lost. I remember walking for blocks and blocks in Moscow; I couldn't find a street sign on a main road. All the locals didn't need a street sign, but I did.
That must have been what Napoleon felt like.

A better way for me was to make two HTM files and save them in the same directory on my N900. I then keep a bookmark to it on my desktop.

(you do need Maemo GeoLacocation 1.1.3 found in Extras-Devel for this webpage to work)

Try this for "Gmaps.htm"...
( Copy and paste the code into a new text file then change the extention from txt to htm )

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>
And then this tweaked "zoom.htm"...
( Copy and paste the code into a new text file then change the extention from txt to htm )

Code:
<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=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>
Don't forget to put them in the same directory on your N900.




**Thanks to BrentDC and AndiThebest for sparking my interest. Cheers

EDIT: And of course thanks for the extension to the stock browser by Oleg Romashin that can now be found here >> http://maemo.org/downloads/product/M...o-geolocation/ and soon your maemo.org Application Catalog.
__________________

SLN member # 009

Last edited by YoDude; 2010-01-13 at 14:53. Reason: Thanks
 

The Following 5 Users Say Thank You to YoDude For This Useful Post: