Page 19 of 117 FirstFirst ... 91516171819202122232969 ... LastLast
Results 181 to 190 of 1164

Thread: Windows maps download tool for MapThis! by in7ane

                  
   
  1. #181
    DCEmu Regular
    Join Date
    Aug 2006
    Posts
    299
    Rep Power
    67

    Default

    Baidu Maps

    An example of the incompatible zoom jump:

    http://mappng.baidu.com/maplite/mapb...5_11/14_28.png
    to
    http://mappng.baidu.com/maplite/mapb...3_28/10_44.png
    (you can not rescale the second image to fit in the bottom left quarter of the first)

    But that’s not all:

    http://mappng.baidu.com/maplite/mapb...3_28/11_45.png
    to
    http://mappng.baidu.com/maplite/mapb...6_57/22_41.png
    to
    http://mappng.baidu.com/maplite/mapb..._115/44_32.png

    10zoom x = 113 * 50 + 11 = 5661
    10zoom y = 28 * 50 + 45 = 1445

    11zoom x = 226 * 50 + 22 = 11322 = 2 * 5661 (OK)
    11zoom y = 57 * 50 + 41 = 2891 != 2 * 1445 (BROKEN 2890)

    12zoom x = 452 * 50 + 44 = 22644 = 2 * 11322 (OK)
    12zoom y = 115 * 50 + 32 = 5782 = 2 * 2891 (OK)

    The logic seems broken – inconsistently so as well.

    I’ve enabled the somewhat broken support for what’s there, but to be of any use we really do need Google or 51ditu tile URLs made sense of.

    http://homepage.mac.com/f.levin/psp/gmdl0.2.13a.zip

    nforce100, sure, any ideas are certainly welcome.

    ---

    Re: PSP.Brick see (may not be the virus):
    http://en.wikipedia.org/wiki/Psp_hom...rojan.PSPBrick
    And whatever you run - don't just run some random exe's - make sure you have the source too.

  2. #182
    DCEmu Newbie
    Join Date
    Sep 2006
    Posts
    29
    Rep Power
    0

    Default

    ahh okay. Think it was the downgrader.

    * Language support

    * Save files while downloading directly on
    cardreader/psp

    * at map24 there are sometimes double coords or more

    * a way that you can show your saved icons with a tiny preview example: in poi when you take icon ....
    you see a tiny preview

    more will come

  3. #183
    DCEmu Newbie
    Join Date
    Sep 2006
    Posts
    11
    Rep Power
    0

    Default

    Quote Originally Posted by in7ane
    Baidu Maps

    An example of the incompatible zoom jump:

    http://mappng.baidu.com/maplite/mapb...5_11/14_28.png
    to
    http://mappng.baidu.com/maplite/mapb...3_28/10_44.png
    (you can not rescale the second image to fit in the bottom left quarter of the first)

    But that’s not all:

    http://mappng.baidu.com/maplite/mapb...3_28/11_45.png
    to
    http://mappng.baidu.com/maplite/mapb...6_57/22_41.png
    to
    http://mappng.baidu.com/maplite/mapb..._115/44_32.png

    10zoom x = 113 * 50 + 11 = 5661
    10zoom y = 28 * 50 + 45 = 1445

    11zoom x = 226 * 50 + 22 = 11322 = 2 * 5661 (OK)
    11zoom y = 57 * 50 + 41 = 2891 != 2 * 1445 (BROKEN 2890)

    12zoom x = 452 * 50 + 44 = 22644 = 2 * 11322 (OK)
    12zoom y = 115 * 50 + 32 = 5782 = 2 * 2891 (OK)

    The logic seems broken – inconsistently so as well.

    I’ve enabled the somewhat broken support for what’s there, but to be of any use we really do need Google or 51ditu tile URLs made sense of.

    http://homepage.mac.com/f.levin/psp/gmdl0.2.13a.zip

    nforce100, sure, any ideas are certainly welcome.

    ---

    Re: PSP.Brick see (may not be the virus):
    http://en.wikipedia.org/wiki/Psp_hom...rojan.PSPBrick
    And whatever you run - don't just run some random exe's - make sure you have the source too.


    thanks very much for your suggestions.

    the name of google china map's file names are encrypted. it need to be decrypted first. or find out the real tiles URLs...

    i could try to made sense of 51ditu's URLs..

  4. #184
    PSP Coder deniska's Avatar
    Join Date
    Jul 2005
    Posts
    1,557
    Rep Power
    77

    Default

    FYI,
    here is a list of subway maps for major cities:
    http://www.engadget.com/2005/10/02/p...und-the-world/

    I did a sample convertion of the sydney map (below) just to test gmdl tool...
    Basically, you need to resize it to a 512,1024,2048, 4096.... square; save as png and let gmdl convert it..

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

    Default

    Quote Originally Posted by chi80
    thanks very much for your suggestions.

    the name of google china map's file names are encrypted. it need to be decrypted first. or find out the real tiles URLs...

    i could try to made sense of 51ditu's URLs..
    Search around chinese forums - maybe someone already hacked it...

  6. #186
    DCEmu Regular
    Join Date
    Aug 2006
    Posts
    299
    Rep Power
    67

    Default

    nforce, I'll have a go at language support via a translation.txt file to automatically change the text of the controls - somebody else will have to do the translations though

    You can download directly to wherever (will crash on the check though but otherwise it's fine, I'll fix that and add a set directory button), just put in (G = drive letter) "G:\PSP\GAME\mapViewer\maps\_MAP NAME" into the text box (should work for POIs too - I'll put in a drop down maybe)

    Can you give me an exmaple query for Map24 (and the site/language) which gives dupes?

    Yes, icon previews are on the pending list.

  7. #187
    DCEmu Newbie
    Join Date
    Aug 2006
    Posts
    12
    Rep Power
    0

    Default

    I was wondering if it would be possible to adapt the Google Map Downloader to download images for Map This ! from a ESRI IMS server ?

    I have access to a IMS server with detailed maps for my country and I was wondering if I could use your tool for this ?

    I was hoping for Map24 support, but seeing the strict Licensing I guess I will have to go another route.

  8. #188
    DCEmu Rookie fokia's Avatar
    Join Date
    Aug 2006
    Posts
    117
    Rep Power
    66

    Default

    Quote Originally Posted by in7ane
    nforce, I'll have a go at language support via a translation.txt file to automatically change the text of the controls - somebody else will have to do the translations though
    Well, count me in for translation for Portuguese. I guess I can help with Spanish and/or French if there are no one speaking these as mother lang's here...

  9. #189
    DCEmu Newbie
    Join Date
    Sep 2006
    Posts
    29
    Rep Power
    0

    Default

    i could make the german translation.

    duplicates:

    at some directions it could be 3 of duplicates

    at.map24.com
    Berlin - München

    52.510091,13.281715,9.60 km 52.510091,13.281715,10.40 km

    48.177352,11.594277,578.43 km
    48.177352,11.594277,579.03 km

  10. #190
    DCEmu Newbie
    Join Date
    Sep 2006
    Posts
    21
    Rep Power
    0

    Default

    Thanks for Map This!

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
  •