Page 6 of 18 FirstFirst ... 234567891016 ... LastLast
Results 51 to 60 of 179

Thread: MapThis! is out

                  
   
  1. #51
    DCEmu Newbie
    Join Date
    Apr 2006
    Posts
    10
    Rep Power
    0

    Default To Deniska - apologize

    Now It's working good ...

    I'm not sure to know why but it's working now ...

    Thank you for youe help, I apreciate...

    Your project is very very nice.

  2. #52
    DCEmu Newbie
    Join Date
    Apr 2006
    Posts
    10
    Rep Power
    0

    Default After test

    After lot of tests apparently, the gps location doesn't work when I have a UMD DIsk insert.

    If it's normal for you ... I am ok... but I don't understand why.

    thank's

  3. #53
    DCEmu Newbie
    Join Date
    Aug 2006
    Posts
    2
    Rep Power
    0

    Default

    Can anyone tell me how can I download maps on internet with my pc and put on to my psp? I don't want to use Wi-Fi because I don't have Wireless Internet. Is there anyway to download map on internet at a site? (maybe google or somewhere else)

  4. #54
    DCEmu Newbie
    Join Date
    Aug 2006
    Posts
    2
    Rep Power
    0

    Default

    new question can anyone tell me how can I insall bc and wget commands to my cygwin?

  5. #55
    PSP Coder deniska's Avatar
    Join Date
    Jul 2005
    Posts
    1,557
    Rep Power
    76

    Default

    run the cygwin install/update, select this option for wget (and do similar thing for bc)

  6. #56

    Default

    Densika, I have the following Do I click both? (Bin and Src)?

    Thanks.


    Also for the BC is it for the "Maths , utils" section right? And do I click (cross) both boxes for that one aswell?

  7. #57
    PSP Coder deniska's Avatar
    Join Date
    Jul 2005
    Posts
    1,557
    Rep Power
    76

    Default

    you don't really need the sources...

  8. #58
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    9
    Rep Power
    0

    Default hybride error

    hi when i try your code to get a hybride map of any locaton i recive an error why is it?


  9. #59
    DCEmu Newbie
    Join Date
    Aug 2006
    Posts
    10
    Rep Power
    0

    Default

    Thanks Deniska for a great program, but I do have a slight issue. Everything is working fine but my GPS co-ordinates are different from the one I get from my pocket PC.Your ones are LAT -40.319158, LON 176.835938 and my Pockect PC gets S39 31.870' E176 50.398 (LAT -39.75833 LON 176.943888 translated from http://jeeep.com/details/coord/ )

  10. #60
    PSP Coder deniska's Avatar
    Join Date
    Jul 2005
    Posts
    1,557
    Rep Power
    76

    Default

    re:hybride error :::
    It is coming from following line in gethybrid.sh:
    keyhole=`java -classpath . GoogleTile $1 $2 $zoom $x $y|grep keyhole=|cut -d '=' -f2`

    The java interpreter is complaining that it cannot find the GoogleTile class

    Make sure you have GoogleTile.class file in the scripts directory.
    Also you may want to specify your exact path to that file by changing the line above to:
    keyhole=`java -classpath [you_directory_path] GoogleTile $1 $2 $zoom $x $y|grep keyhole=|cut -d '=' -f2`

Page 6 of 18 FirstFirst ... 234567891016 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •