Results 1 to 7 of 7

Thread: Maps from other websites

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Apr 2007
    Posts
    15
    Rep Power
    0

    Default Maps from other websites

    Hi guys would it be possible to download maps from other websites other than the ones featured in GMDL?

  2. #2
    PSP Coder deniska's Avatar
    Join Date
    Jul 2005
    Posts
    1,557
    Rep Power
    80

    Default

    the short answer is YES..
    The long answer is - it may be difficult, since you may need to figure out how to automate those maps retrieval; and after you need to mapCrunch them to get GPS coords working...

  3. #3
    DCEmu Newbie
    Join Date
    Apr 2007
    Posts
    15
    Rep Power
    0

    Default

    icic.....what are the common methods of automatic map retrieval system you recommend?

  4. #4
    DCEmu Regular
    Join Date
    Aug 2006
    Posts
    299
    Rep Power
    70

    Default

    On a similar topic, I'm thinking of separating the sources from the main code.

    This is being done for slightly different reasons, but will give custom source configurability.

    My idea is a format along the lines of (and any ideas are welcome):

    Name
    Format
    Resize
    Starting position
    URL

    For example:

    Virtual Earth Map
    png
    no
    16,0,0
    http://r$$$xyz$$$0$$$.ortho.tiles.virtualearth.net/tiles/r$$$xyz$$$0123$$$.png?g=62

    Google Map
    png
    no
    16,0,0
    http://mt$$$random$$$1-3$$$.google.com/mt?n=404&v=w2.46&x=$$$x$$$0$$$&y=$$$y$$$0$$$&zoom= $$$z$$$0$$$

    maybe
    $$$extract$$$http://maps.google.com^google.com/mt?n=*&$$$
    for automatic value extraction


    with the following format $$$value$$$format_parameters_etc$$$


    desmond81, you may want to take a look at mapURL.cs in GMDL and have a go at changing one of the sources, or creating a new one.

  5. #5
    DCEmu Newbie
    Join Date
    Apr 2007
    Posts
    15
    Rep Power
    0

    Default

    icic thanks for the heads up...

  6. #6
    DCEmu Newbie
    Join Date
    Apr 2007
    Posts
    5
    Rep Power
    0

    Default

    lets say

    from this website http://www.geothrottle.com/

    how should I do it ... the coordinate seems in x and y

  7. #7
    DCEmu Regular
    Join Date
    Aug 2006
    Posts
    299
    Rep Power
    70

    Default

    su30mkm, their tileset is 300x300 so would need resizing (will put that in for the next version), also most probably not compatible with google tiles so will need exporting and relinking via MapCruncher. It would look something like this however:

    http://www.geothrottle.com/mapguide/mapagent/mapagent.fcgi?OPERATION=GETTILEIMAGE&VERSION=1.0.0 &SESSION=7b0e38f8-1000-8000-0000-001622fec144_en&MAPNAME=Malsing_v2&BASEMAPLAYERGRO UPNAME=Base%20Layer%20Group&TILECOL=$x$&TILEROW=$y $&SC=$z$

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
  •