Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 42

Hybrid View

  1. #1
    Member
    Join Date
    Mar 2009
    Location
    Europe
    Posts
    16
    Rep Power
    0

    Default

    How to register the map in MapSource installed on Win7-64?

    for WinXP32, no problem with the followinf .BAT file:


    echo off
    echo -
    echo -
    echo - This batch will install map for Mapsource
    echo -
    echo - Map: Garmin Friluftskartan Pro v2 - Mellersta och Södra Norrland
    echo - FID: 2059
    echo - PID: 1
    echo -
    echo - Press Enter to continue or Ctrl-C to abort.
    echo -
    pause

    if exist "%~dp0mapset00.img" goto :INSTREG
    echo Compiling preview map.
    cgpsmapper mapset00.mp
    if exist "%~dp0mapset00.img" goto :INSTREG
    echo File mapset00.img missing, aborting install.
    pause
    exit 1

    :INSTREG
    echo Adding registry keys.
    reg ADD HKLM\SOFTWARE\Garmin\MapSource\Families\FAMILY_2059 /v ID /t REG_BINARY /d 0B08 /f
    reg ADD HKLM\SOFTWARE\Garmin\MapSource\Families\FAMILY_2059 /v TYP /t REG_SZ /d "%~dp0I000080B.typ" /f
    reg ADD HKLM\SOFTWARE\Garmin\MapSource\Families\FAMILY_2059\1 /v Loc /t REG_SZ /d "%~dp0\" /f
    reg ADD HKLM\SOFTWARE\Garmin\MapSource\Families\FAMILY_2059\1 /v Bmap /t REG_SZ /d "%~dp0mapset00.img" /f
    reg ADD HKLM\SOFTWARE\Garmin\MapSource\Families\FAMILY_2059\1 /v Tdb /t REG_SZ /d "%~dp0mapset00.tdb" /f
    pause
    exit 0


    Do I have to change something for win7-64?
    Thanks!

  2.    Advertissements


  3. #2
    Kanopus
    Guest

    Default

    Yes, for x64 should be:
    Code:
    Please Login or Register to see the links

  4. #3
    Member
    Join Date
    Mar 2009
    Location
    Europe
    Posts
    16
    Rep Power
    0

    Default

    Quote Originally Posted by Kanopus View Post
    Yes, for x64 should be:
    Code:
    Please Login or Register to see the links
    thank you for the tip!:-)

  5. #4
    taikonaut
    Guest

    Default

    Hello,
    I downloaded the Friluftskartan Pro v2 Mellersta & Södra Norrland IMG and split the img file for mapsource using gmaptool -S. I copied the directory with the split map files to my C:\Garmin directory.
    Then I used Kanopus' code and put it in the install.bat for registering for win7 x64. When I run mapsource, I can choose the new map in the scroll down menu in the upper left corner. The software even draws the map on screen.
    But when I move the mouse cursor over the map, mapsource crashes to desktop. I can zoom with the + and - buttons and also move around in the map with the arrow keys, but as soon as the mouse cursor touches the map itself, bang - CTD with an error msg. I'm using mapsource ver 6.13.7. I also have the Topo Adventure Norway installed and that map works flawlessly.

    Could someone help me out please? What am I doing wrong?

    Thanks in advance
    taikonaut

    PS. And oh thanks to the original uploader for this great stuff!
    Last edited by taikonaut; 11th June 2010 at 09:58 PM. Reason: Added PS, edited for clarity

  6. #5
    Important User

    catymag's Avatar
    Join Date
    Nov 2007
    Location
    light side
    Posts
    15,387
    Rep Power
    5121

    Default

    DEM layer is not compatible with Mapsource 6.13. You have to use newer Mapsource or remove DEM with gmaptool

    wais7b
    Last edited by catymag; 12th June 2010 at 02:14 AM.
    l9ebnsm
    You have to navigate to get to the good.

    Galaxy S5 Kitkat 4.4.2 / Nuvi1200->1250 / Nuvi3790T->34xx / Nuvi 2200 / Nuvi 66 / Oregon 600

  7. #6
    taikonaut
    Guest

    Default

    Thank you catymag!
    I couldnt make it work when using gmaptool with the GUI, but I was succesful when using the command line version.

    Now, if I were to use the patched mapsource 6.16.1 - will the procedure with the img files be the same on a win7 x64 machine? I tried it but couldn't figure out how to make it work. Since the maps are stored in another place I guess the install.bat needs some tweaking...right?

  8. #7
    Member
    Join Date
    Mar 2009
    Location
    Europe
    Posts
    16
    Rep Power
    0

    Default

    On win7 I had to register the map with this .reg file:
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Garmin\MapSource\Families\FAMILY_2059]
    "ID"=hex:0b,08
    "TYP"="C:\\Garmin\\Family 2059\\I000080B.typ"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Garmin\MapSource\Families\FAMILY_2059\1]
    "Loc"="C:\\Garmin\\Family 2059\\"
    "Bmap"="C:\\Garmin\\Family 2059\\mapset00.img"
    "Tdb"="C:\\Garmin\\Family 2059\\mapset00.tdb"

  9. #8
    Important User

    catymag's Avatar
    Join Date
    Nov 2007
    Location
    light side
    Posts
    15,387
    Rep Power
    5121

    Default

    Friluftskartan Pro - Mellersta och Sodra Norrland v.1 mapsource original version

    Year: 2006
    Version: installer for Mapsource
    Developer: Sportmanship AB (garmin.se)
    Requirements: Garmin Mapsource
    Description: Topographic map of Sweden, part 2 of 4.
    Covers the following areas:
    Jämtlands län
    Västernorrlands län
    Gävleborgs län

    FID: 796

    [Only registered and activated users can see links. ]


    ok4xzp
    Last edited by catymag; 24th September 2010 at 09:13 PM.
    l9ebnsm
    You have to navigate to get to the good.

    Galaxy S5 Kitkat 4.4.2 / Nuvi1200->1250 / Nuvi3790T->34xx / Nuvi 2200 / Nuvi 66 / Oregon 600

  10. #9
    224000
    Guest

    Default

    Hi catymag. In post 27 isn't Friluftskartan Pro v.2. It's Friluftskartan Pro v.1

  11. #10
    Junior Member
    Join Date
    Jun 2010
    Location
    Sweden
    Posts
    3
    Rep Power
    0

    Default

    Anyone with mapsource version of Mellesta och Södra Norrland V2

 

 

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
  •