OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: gojira on May 02, 2010, 09:54:34 am

Title: Google Maps Clients With Gps Support: Pgmap And Qgmap
Post by: gojira on May 02, 2010, 09:54:34 am
pgmap perl/tk http://rzzinv.web.fc2.com/pgmap/ (http://rzzinv.web.fc2.com/pgmap/) http://petit-noise.net/blog/20100327/pc%E7...%E3%83%88-pgmap (http://petit-noise.net/blog/20100327/pc%E7%94%A8%E5%9C%B0%E5%9B%B3%E8%A1%A8%E7%A4%BA%E3%83%BB%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89%E3%82%BD%E3%83%95%E3%83%88-pgmap)
qgmap qpe http://petit-noise.net/tag/qgmap (http://petit-noise.net/tag/qgmap) http://petit-noise.net/download/qgmap (http://petit-noise.net/download/qgmap)
Title: Google Maps Clients With Gps Support: Pgmap And Qgmap
Post by: xamindar on May 12, 2010, 05:14:20 am
Cool idea. The program on the zaurus seems like it runs well. But the map downloader will only download maps of Japan. Were you able to get it to work?

zroadmap so far might be a better gps sollution even though it is a few years old.
Title: Google Maps Clients With Gps Support: Pgmap And Qgmap
Post by: gojira on May 13, 2010, 12:28:15 am
Quote from: xamindar
Cool idea. The program on the zaurus seems like it runs well. But the map downloader will only download maps of Japan. Were you able to get it to work?

zroadmap so far might be a better gps sollution even though it is a few years old.

I'm using it in japan, and zroadmap is US-only

I've used pgmap on a debian zaurus, qgmap on a sharprom zaurus, and both on a debian laptop

you can download maps with pgmap on the desktop and rsync them to the zaurus for qgmap as the map dir is compatible

if you edit pgmap's DownImgs.pm and change hl=ja to hl=en you can get maps with english text

if you edit pgmap's pgmap.pl and change

   
Code: [Select]
if ($map->{backup} && !$map->{selected} ) {to

   
Code: [Select]
if (!$map->{selected}) {then you can shift-A anywhere to select all tiles on screen even without a backing map at the wider zoom level (works ok at level 14 but dies sometimes at 15 or 16, though you should be able to find the area you want ok at 14)

it would be nice if it was modified properly to provide a world keymap at the widest zoom as a starting point...
Title: Google Maps Clients With Gps Support: Pgmap And Qgmap
Post by: xamindar on May 14, 2010, 06:52:33 am
Thanks for the attempt. This program needs more work than that though. It doesn't let me even go to my gps coordinates on the grid. It only goes as far as lat -90 for one thing. The modification you suggested doesn't seem to effect it at all. Thanks again for the info though but don't worry about this, I probably don't need it.