![]() |
2006-08-17
, 23:59
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#241
|
![]() |
2006-08-18
, 09:21
|
Posts: 5 |
Thanked: 0 times |
Joined on Jun 2006
|
#242
|
![]() |
2006-08-18
, 10:38
|
|
Posts: 35 |
Thanked: 0 times |
Joined on Dec 2005
@ München
|
#243
|
I've been playing with the idea of server. Like said, there is alot of redundant data. I could further subdivide the data and really clean house. Just rebuild the zoom level 0 and server up the rest in the 256x256 blocks.
![]() |
2006-08-18
, 12:58
|
Posts: 125 |
Thanked: 1 time |
Joined on Aug 2006
|
#244
|
Under the assumption that all tiles in all zoom levels are around the same size, you only save 25%, if you delete all levels greater than 0 (due to the geometric series 1 + 1/4 + 1/16 ...).
![]() |
2006-08-18
, 13:00
|
Posts: 125 |
Thanked: 1 time |
Joined on Aug 2006
|
#245
|
If you try limiting the data to just zoom-level-0 blocks, though, you're not going to get a very readable image (in terms of text _and_ in terms of road lines).
![]() |
2006-08-18
, 13:28
|
|
Posts: 35 |
Thanked: 0 times |
Joined on Dec 2005
@ München
|
#246
|
BTW, are jpegs decoded by software or in hardware?
![]() |
2006-08-18
, 19:41
|
Posts: 125 |
Thanked: 1 time |
Joined on Aug 2006
|
#247
|
![]() |
2006-08-19
, 16:25
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#248
|
Even if you give files names like 54823.jpg they need not be jpeg files. When you try jpegtopnm you get an error, while pngtopnm succeeds. So google-map files could be of type png after all.
![]() |
2006-08-19
, 16:31
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#249
|
Thanks Gnuite for your reply. I bow to your trully elite C skill.
I am trying to get some basic information through my GPS receiver using python. What I want to do is just get my current position, compare it with another waypoint's coordinates and get the distance.
Could point our some documentation I could study? I am too new to GPS so I dont know where to start. I think getting just the difference of two coords(the current fix and an arbitrary point) will be less difficult than navigating a map.
![]() |
2006-08-20
, 23:22
|
Posts: 30 |
Thanked: 0 times |
Joined on Jul 2006
|
#250
|