![]() |
2006-08-25
, 21:23
|
Posts: 449 |
Thanked: 29 times |
Joined on Jun 2006
|
#262
|
The Marengo Route Planner at http://www.marengo-ltd.com/map/ lets you design your own route. Unfortunately, you have to massage the final GPX file to change the "rte" specs to "trk" and add a <trkseg></trkseg> pair.
-F
![]() |
2006-08-25
, 21:52
|
Posts: 177 |
Thanked: 4 times |
Joined on Apr 2006
@ Wirral, UK
|
#263
|
![]() |
2006-08-28
, 12:51
|
|
Posts: 1,310 |
Thanked: 820 times |
Joined on Mar 2006
@ Irving, TX
|
#264
|
![]() |
2006-08-28
, 13:20
|
|
Posts: 35 |
Thanked: 0 times |
Joined on Dec 2005
@ München
|
#265
|
I'm not sure if anyone else has encountered this problem: Sometimes during the map download if the internet connection gets interrupted and causes the map file not to load completely.
#!/bin/sh # delete files younger than 10 days find . ! -type d -mtime -40 -print -delete # delete files with dates in the 70s find . ! -type d -mtime +11000 -print -delete
![]() |
2006-08-29
, 14:56
|
Posts: 3 |
Thanked: 0 times |
Joined on Aug 2006
@ Moscow, Russian Federation
|
#266
|
![]() |
2006-08-29
, 15:11
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#267
|
Today have bought Nokia LD-3W. Works well.
Next question - how can I download maps from Google?
This link is not working anymore (tried from laptop's Firefox it - got HTTP/404): http://mt0.google.com/mt?n=404&v=w2.....108180&zoom=2
It looks like that now actual map's URI are: http://kh1.google.com/kh?n=404&v=9&t=trtqttrrqqrssr
How can I download particular area of map?
![]() |
2006-08-29
, 15:45
|
Posts: 3 |
Thanked: 0 times |
Joined on Aug 2006
@ Moscow, Russian Federation
|
#268
|
The "x" and "y" in that link don't refer to latitude and longitude, but rather an alternative coordinate system based on integer "tile numbers." For example, a zoomed-out map of part of South America has x=10, y=15, and zoom=12:
http://mt0.google.com/mt?n=404&v=w2....0&y=15&zoom=12
This URL is for topographical maps. The other URL is for street maps.
Use the "Download by Area" or "Download Along Route" menu items in the "Maps" menu of Maemo Mapper, or use a third-party program.
![]() |
2006-09-01
, 06:15
|
Posts: 10 |
Thanked: 0 times |
Joined on Jul 2006
|
#269
|
![]() |
2006-09-01
, 08:05
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#270
|
If M$ can fit all of it's driving data on 1 650 MB CD, maybe there's a way to convert all that into something MM can understand?
-F