Author Topic: Google Maps Clients With Gps Support: Pgmap And Qgmap  (Read 5862 times)

gojira

  • Full Member
  • ***
  • Posts: 122
    • View Profile
Zaurus SL-C3200 Debian EABI / Sharp ROM (tetsu v18j), Socket CF Bluetooth (Rev E), BT747 GPS, Canon K30225 CF Wifi.  RIP: Zaurus SL-C860 Sharp ROM (1.40JP).

xamindar

  • Hero Member
  • *****
  • Posts: 803
    • View Profile
    • http://www.radnimax.com
Google Maps Clients With Gps Support: Pgmap And Qgmap
« Reply #1 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.
SL-C3100 happily Dualbooting Japanese Rom 1.02 and Debian Eabi
Replaced internal CF with 8gb seagate cf hard drive
Ambicom CF GPS
CyberPower battery powered USB hub
D-link DCF-650W (MAN THIS THING IS HUGE!!)

gojira

  • Full Member
  • ***
  • Posts: 122
    • View Profile
Google Maps Clients With Gps Support: Pgmap And Qgmap
« Reply #2 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...
Zaurus SL-C3200 Debian EABI / Sharp ROM (tetsu v18j), Socket CF Bluetooth (Rev E), BT747 GPS, Canon K30225 CF Wifi.  RIP: Zaurus SL-C860 Sharp ROM (1.40JP).

xamindar

  • Hero Member
  • *****
  • Posts: 803
    • View Profile
    • http://www.radnimax.com
Google Maps Clients With Gps Support: Pgmap And Qgmap
« Reply #3 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.
SL-C3100 happily Dualbooting Japanese Rom 1.02 and Debian Eabi
Replaced internal CF with 8gb seagate cf hard drive
Ambicom CF GPS
CyberPower battery powered USB hub
D-link DCF-650W (MAN THIS THING IS HUGE!!)