Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 6 of 13 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 133

Hybrid View

  1. #1
    Member rebelneo's Avatar
    Join Date
    Sep 2009
    Location
    Sochi, Russia
    Posts
    22
    Rep Power
    46

    Default

    loader : [Only registered and activated users can see links. ] pass: ru-board
    Attached Files Attached Files

  2.    Advertissements


  3. #2
    Master Ed_slv's Avatar
    Join Date
    Apr 2010
    Location
    Lusitania
    Posts
    42
    Rep Power
    68

    Default

    Hi

    @kunix @ Cnfhbr
    Tks for your help. I did open Carte Blanche NT :-)

    But unfortunetly I have no success opening these maps:
    [Only registered and activated users can see links. ]. nor opening [Only registered and activated users can see links. ] from testlelelala

    The MapTK version 3.3.0 works ok for Topo Portugal V5

    TIA

  4. #3
    Navigation software expert Convert garmin .img pseudo-NT to non-NT? I know it's possible, but how?(SOLVED!!!)
    Convert garmin .img pseudo-NT to non-NT? I know it's possible, but how?(SOLVED!!!)
    Cnfhbr's Avatar
    Join Date
    Jan 2010
    Location
    CIS
    Posts
    1,031
    Rep Power
    552

    Default

    It is possible that GME does not support pseudo-NT maps without routing. Conceptually NT format can't have only net file without node.
    Perhaps need to patch more ...

  5. #4
    Member rebelneo's Avatar
    Join Date
    Sep 2009
    Location
    Sochi, Russia
    Posts
    22
    Rep Power
    46

    Default

    Quote Originally Posted by Cnfhbr View Post
    It is possible that GME does not support pseudo-NT maps without routing.
    Supported!

  6. #5
    Navigation software expert Convert garmin .img pseudo-NT to non-NT? I know it's possible, but how?(SOLVED!!!)
    Convert garmin .img pseudo-NT to non-NT? I know it's possible, but how?(SOLVED!!!)
    Cnfhbr's Avatar
    Join Date
    Jan 2010
    Location
    CIS
    Posts
    1,031
    Rep Power
    552

    Default

    I meant, it's not supported after the initial patching, so I proposed to patch more.
    Now it is supported, thanks for the full loader!

  7. #6
    Member rebelneo's Avatar
    Join Date
    Sep 2009
    Location
    Sochi, Russia
    Posts
    22
    Rep Power
    46

    Default

    Quote Originally Posted by Ed_slv View Post
    ... I did open Carte Blanche NT :-)

    But unfortunetly I have no success opening these maps:
    [Only registered and activated users can see links. ]. nor opening [Only registered and activated users can see links. ] from testlelelala

    The MapTK version 3.3.0 works ok for Topo Portugal V5
    see my post there

  8. #7
    Navigation software Moderator kunix's Avatar
    Join Date
    Sep 2011
    Location
    Belarus
    Posts
    908
    Rep Power
    440

    Default

    Another way to open pseudo-NT IMG files: convert them to non-NT IMG files as suggested [Only registered and activated users can see links. ] (I'm sure I'm not the first who discovered this, but I haven't seen this trick before, so I put no references).
    The following utility will help you with GMP subfile conversion:
    Code:
    Please Login or Register to see the links
    I really hope it helps someone with his research (and he publishes the results of course!).

    What's interesting, converted IMG files can be normally opened by Garmin devices.

    UPD:
    Can someone check if real-NT and pseudo-NT maps opened using both ways (MapEdit patch and process-gmp conversion) give exactly the same info?
    Last edited by kunix; 26th September 2013 at 12:13 PM.

  9. #8
    Navigation software expert Convert garmin .img pseudo-NT to non-NT? I know it's possible, but how?(SOLVED!!!)
    Convert garmin .img pseudo-NT to non-NT? I know it's possible, but how?(SOLVED!!!)
    Cnfhbr's Avatar
    Join Date
    Jan 2010
    Location
    CIS
    Posts
    1,031
    Rep Power
    552

    Default

    Quote Originally Posted by kunix View Post
    What's interesting, converted IMG files can be normally opened by Garmin devices.
    Confirmed.

    Quote Originally Posted by kunix View Post
    Can someone check if real-NT and pseudo-NT maps opened using both ways (MapEdit patch and process-gmp conversion) give exactly the same info?
    Yes, the result of both ways is the same.

  10. #9
    Member
    Join Date
    Aug 2013
    Location
    A
    Posts
    24
    Rep Power
    70

    Default

    Quote Originally Posted by kunix View Post
    Another way to open pseudo-NT IMG files: convert them to non-NT IMG files as suggested [Only registered and activated users can see links. ] (I'm sure I'm not the first who discovered this, but I haven't seen this trick before, so I put no references).
    The following utility will help you with GMP subfile conversion:
    ...
    Can someone check if real-NT and pseudo-NT maps opened using both ways (MapEdit patch and process-gmp conversion) give exactly the same info?

    Very Good!!
    Happy that you keep working.

    I've been very busy, so i didn't do anything else regarding this.
    Also my computer its dead (the CPU in fact), and i'm using a borrowed one, so all my files, installed programs are not easily accessible to "play" in my spare time.

    Very handy your program, i'll be testing it as soon as i can, it will help to automate things. I also downloaded the source code to take a look at it and see (in the future) if it is possible to change the program to do "offsets correction" to make files smaller, this will help if someone want to use a converted map in his/her GPS.
    But just for modding maps, your program is perfect, as the the converted maps are only used temporary, and once they are decompiled using gpsmapedit or GPSmap0085 (to get House number info) you can delete them.

    If i discover or make something else, rest assure that i'll be posting it here.

    My original idea was this:
    1-convert pseudo-nt maps to non-nt (DONE)
    2-use this "now non-nt map" in GPSmap0085 and get map with House number info (you can't get this in gpsmapedit or any other program). (DONE)
    3-with complete map source now, be able to recompile the map to other map navigation softwares, (like Navitel, OSMAND etc etc etc...) (IN PROGRESS)

    The problem i was facing (before i get busy with other things and stop working) is that GPSmap0085 is not retrieving routing info as the version i have is the free one (IF ANYONE HAS THE HACKED OR A KEY OR SOMETHING PLEASE POST IT HERE IN THE FORUM).(or a way to hack it)
    So i decompile the map in gpsmapedit, and i get the complete map with all the data except house number, and "extract" the house number info from GPSmap0085 and combined it with the gpsmapedit extracted map.
    It kinda works, but with some glitches. I've been using "regular expressions" to "collect" the house number data from the GPSmap0085 map and put it in the gpsmapedit map. It works, except some blocks don't get the number (they are only a few, most of it get the number), is difficult to explain but it has to do with the archaic way i did my "program" (using powergrep) and that GPSmap0085 and gpsmapedit "objects in the map" are arranged different.
    To be honest, the "combined" map is preety good (althought not perfect (some few blocks missing house numbers)), but the method is very tedious and very impractical to do in "many maps".
    Recently i've been programming in R, for my work, so perhaps what i learn will help me with this, will see.

    What's interesting, converted IMG files can be normally opened by Garmin devices.
    This i interesting indeed, so if understand correctly, old garmin gps units not capable of reading nt maps, are now capable using the converted maps?
    Funny thing of all, i don't own a garmin gps unit. So i can't test.
    My maps obsession begin when i get a cheap china android tablet that has GPS, and couldn't get my best country maps working in android.JOJO

    Again, thanks
    Last edited by testlelelala; 29th September 2013 at 09:48 AM.

  11. #10
    Navigation software Moderator kunix's Avatar
    Join Date
    Sep 2011
    Location
    Belarus
    Posts
    908
    Rep Power
    440

    Default

    @testlelelala
    Also don't forget about rebelneo's loader It makes the latest mapedit version read pseudo-NT without conversion.
    Quote Originally Posted by testlelelala View Post

    Recently i've been programming in R, for my work, so perhaps what i learn will help me with this, will see.
    What are you doing at your work? I'm just curious...

    Quote Originally Posted by testlelelala View Post

    This i interesting indeed, so if understand correctly, old garmin gps units not capable of reading nt maps, are now capable using the converted maps?
    That's an interesting question... I don't know, to be honest, I couldn't test it, as I don't have an NT-unaware device.

 

 

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
  •