Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 5 of 14 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 135
  1. #41
    Navigation software expert

    Garmin MapSource Product Creator v.7.21+v.7.22 + Patch
    Join Date
    Dec 2009
    Location
    Czech Republic/Prague
    Posts
    66
    Rep Power
    151

    Default

    I convert mp to shp by Global Mapper. Because the dbf files from Global Mapper are unusable in MPC, I wrote a program in FoxPro to change columns in the gbf files. For example one piece of this program:

    alter table trasy add one_way n(1)
    repla all one_way with 0
    set filter to substr(routeparam,5,1)='1'
    repla all one_way with 1

    I also had to write another program in C to split lines of the mp file in their nodes.

  2.    Advertissements


  3. #42
    Master
    Join Date
    Nov 2009
    Location
    Suriname
    Age
    54
    Posts
    33
    Rep Power
    42

    Default

    Quote Originally Posted by zhrd View Post
    I convert mp to shp by Global Mapper. Because the dbf files from Global Mapper are unusable in MPC, I wrote a program in FoxPro to change columns in the gbf files. For example one piece of this program:

    alter table trasy add one_way n(1)
    repla all one_way with 0
    set filter to substr(routeparam,5,1)='1'
    repla all one_way with 1

    I also had to write another program in C to split lines of the mp file in their nodes.
    Waw. that's nice man. I tried Global Mapper also to create the shapefiles and since it uses text-values for the roadtypes, it's easier to convert with FGIS and Quantum GIS. It would be great if you could share the software you wrote for splitting the lines. I still have to do this manualy and with 1000's of roads that is very time consuming.

  4. #43
    Navigation software expert

    Garmin MapSource Product Creator v.7.21+v.7.22 + Patch
    Join Date
    Dec 2009
    Location
    Czech Republic/Prague
    Posts
    66
    Rep Power
    151

    Default

    In the attachment is the source code as well the exe file. It is a command line program and its input is the mp file, which lines are to be broken.

    I tried to translate the outputs the program into English, but I was too lazy to translate the comments. Still, I hope, it will be legible for you.

    Please, keep in mind
    - I am not any professional programmer. I program only for my pleasure, so be lenient to me.
    - It is supposed, that input file has only polyline, which are to be broken.
    Attached Files Attached Files

  5. #44
    Junior Member
    Join Date
    Apr 2011
    Location
    Moscow
    Posts
    2
    Rep Power
    0

    Default

    Quote Originally Posted by Cnfhbr View Post
    artyomka,
    Try Build Location: C:\Users\Артем\ -> C:\Users\Artem\, for example.
    MPC isn’t on friendly terms with Cyrillic in the path to a files …
    OOO!! Thanks. =)

  6. #45
    Master
    Join Date
    Nov 2009
    Location
    Suriname
    Age
    54
    Posts
    33
    Rep Power
    42

    Default How to create 3D Buildings??

    Anyone know where to find more information on how to create 3D buildings.
    I tried different ways to make the files but no luck so far.
    Thanks.

  7. #46
    Master
    Join Date
    Feb 2011
    Location
    Sofia
    Age
    40
    Posts
    727
    Rep Power
    223

    Post

    @bno25
    SketchUp Pro + PhotoShop
    Here very good tutorial in Russian:
    Code:
    Please Login or Register to see the links
    :

  8. #47
    Master
    Join Date
    Nov 2009
    Location
    Suriname
    Age
    54
    Posts
    33
    Rep Power
    42

    Default

    Hello ddabcd277,

    The page you are referring to on 4pda.ru does not exist. Could you check it? thanks.



    Quote Originally Posted by ddabcd277 View Post
    @bno25
    SketchUp Pro + PhotoShop
    Here very good tutorial in Russian:
    Code:
    Please Login or Register to see the links
    :

  9. #48
    Important User Garmin MapSource Product Creator v.7.21+v.7.22 + Patch
    Garmin MapSource Product Creator v.7.21+v.7.22 + PatchGarmin MapSource Product Creator v.7.21+v.7.22 + PatchGarmin MapSource Product Creator v.7.21+v.7.22 + PatchGarmin MapSource Product Creator v.7.21+v.7.22 + PatchGarmin MapSource Product Creator v.7.21+v.7.22 + PatchGarmin MapSource Product Creator v.7.21+v.7.22 + PatchGarmin MapSource Product Creator v.7.21+v.7.22 + Patch
    catymag's Avatar
    Join Date
    Nov 2007
    Location
    light side
    Posts
    15,261
    Rep Power
    5122

    Default

    the page is ok , but you have to register to see it-
    try here
    Code:
    Please Login or Register to see the links
    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. #49
    Master
    Join Date
    Nov 2009
    Location
    Suriname
    Age
    54
    Posts
    33
    Rep Power
    42

    Default

    Hello Catymag,

    Thanks a lot. I translated the document with Google and now I just created my first 3D image. Takes a lot of getting used to working with the software, but if you get the hang of it it's not that difficult.
    Thanks again to you and ddabcd277.

    Quote Originally Posted by catymag View Post
    the page is ok , but you have to register to see it-
    try here
    Code:
    Please Login or Register to see the links

  11. #50
    Junior Member
    Join Date
    Jul 2011
    Location
    Here
    Age
    45
    Posts
    6
    Rep Power
    0

    Default

    Quote Originally Posted by SakCyb View Post
    pop222

    Working through the Help file Sample Project Tutorial I get to this poit then the compiler crash, help please?


    Building TDB file...
    ERROR: Error building product.
    Error: Unable to open TDB script
    File: C:\projects\ProductCreator\BuildProgressDlg.cpp, Line: 4070
    Where can I find the tutorial?!
    Cheers

 

 

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
  •