Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. creating own gps map in vc++

creating own gps map in vc++

Scheduled Pinned Locked Moved C / C++ / MFC
c++help
44 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G gpsmercato

    9104890 and 19911100.7 9069257 and 19945768

    C Offline
    C Offline
    chandu004
    wrote on last edited by
    #13

    plz verify them that .7 is not supposed to come. and also write a function which will convert ge format to int(pix) format.

    -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

    G 1 Reply Last reply
    0
    • C chandu004

      plz verify them that .7 is not supposed to come. and also write a function which will convert ge format to int(pix) format.

      -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

      G Offline
      G Offline
      gpsmercato
      wrote on last edited by
      #14

      sorry the value is 19911107. function to convert ge format? u mean radian to degree format? if so then ok. done

      G 1 Reply Last reply
      0
      • G gpsmercato

        sorry the value is 19911107. function to convert ge format? u mean radian to degree format? if so then ok. done

        G Offline
        G Offline
        gpsmercato
        wrote on last edited by
        #15

        sorry degree to radian

        C 2 Replies Last reply
        0
        • G gpsmercato

          sorry degree to radian

          C Offline
          C Offline
          chandu004
          wrote on last edited by
          #16

          no man, some function like int ConvertGratitoPix(int d,int m,int s,int sf) { return d*60*60*100+m*60*100+s*100+sf; } here graticule in general means latitude and/or longitude. pix refers to an integer.

          -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

          G 1 Reply Last reply
          0
          • C chandu004

            no man, some function like int ConvertGratitoPix(int d,int m,int s,int sf) { return d*60*60*100+m*60*100+s*100+sf; } here graticule in general means latitude and/or longitude. pix refers to an integer.

            -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

            G Offline
            G Offline
            gpsmercato
            wrote on last edited by
            #17

            ok done

            1 Reply Last reply
            0
            • G gpsmercato

              sorry degree to radian

              C Offline
              C Offline
              chandu004
              wrote on last edited by
              #18

              so, your towns bounds are as follows. top-9104890 and left-19911107 bottom-9069257 and right-19945768 now, the width of your town is 19945768-19911107=34661 and height is 9069257-9104890 =-35633 temporarily we will ignore the - sign for height. theresult would be reversed display of the map. we will correct at the end. finally, width=34661 and height=35633 did you understand till here. if so i shall proceed further otherwise ask ur doubt. be quick.

              -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

              G 1 Reply Last reply
              0
              • C chandu004

                so, your towns bounds are as follows. top-9104890 and left-19911107 bottom-9069257 and right-19945768 now, the width of your town is 19945768-19911107=34661 and height is 9069257-9104890 =-35633 temporarily we will ignore the - sign for height. theresult would be reversed display of the map. we will correct at the end. finally, width=34661 and height=35633 did you understand till here. if so i shall proceed further otherwise ask ur doubt. be quick.

                -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                G Offline
                G Offline
                gpsmercato
                wrote on last edited by
                #19

                yes

                C 1 Reply Last reply
                0
                • G gpsmercato

                  yes

                  C Offline
                  C Offline
                  chandu004
                  wrote on last edited by
                  #20

                  good. now width=34661 and height=35633 it is evident that, if we draw the abovepattern, it will be a rectangle, not a square.for our convinience we want to make it a square. so out of width and height, which is more? obviously height. so we will subtract height-width=35633-34661 =972. means width is 972 units less than height. so if we adjust 972/2 units to the left and 972/2 units to the right of our original rectangle, then it would become a square. now, i want you to explain those caluculations for me. do it fast.

                  -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                  C G 2 Replies Last reply
                  0
                  • C chandu004

                    good. now width=34661 and height=35633 it is evident that, if we draw the abovepattern, it will be a rectangle, not a square.for our convinience we want to make it a square. so out of width and height, which is more? obviously height. so we will subtract height-width=35633-34661 =972. means width is 972 units less than height. so if we adjust 972/2 units to the left and 972/2 units to the right of our original rectangle, then it would become a square. now, i want you to explain those caluculations for me. do it fast.

                    -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                    C Offline
                    C Offline
                    chandu004
                    wrote on last edited by
                    #21

                    what happened are you there? make a habbit of acknowleding my post after you read it. later you can edit it with your comments. i should atleast know weather u r on this job or some thing else?

                    -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                    modified on Friday, June 19, 2009 7:51 AM

                    1 Reply Last reply
                    0
                    • C chandu004

                      good. now width=34661 and height=35633 it is evident that, if we draw the abovepattern, it will be a rectangle, not a square.for our convinience we want to make it a square. so out of width and height, which is more? obviously height. so we will subtract height-width=35633-34661 =972. means width is 972 units less than height. so if we adjust 972/2 units to the left and 972/2 units to the right of our original rectangle, then it would become a square. now, i want you to explain those caluculations for me. do it fast.

                      -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                      G Offline
                      G Offline
                      gpsmercato
                      wrote on last edited by
                      #22

                      ok so wht i understand is the scaling of image inorder to fit it as square.. in programming it is mapping..

                      C 1 Reply Last reply
                      0
                      • G gpsmercato

                        ok so wht i understand is the scaling of image inorder to fit it as square.. in programming it is mapping..

                        C Offline
                        C Offline
                        chandu004
                        wrote on last edited by
                        #23

                        perfect so can you caluculate the left,top,right and bottom of your town in terms of pix data such that it will be a square? be fast. ive got to leave for the day.

                        -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                        G 1 Reply Last reply
                        0
                        • C chandu004

                          perfect so can you caluculate the left,top,right and bottom of your town in terms of pix data such that it will be a square? be fast. ive got to leave for the day.

                          -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                          G Offline
                          G Offline
                          gpsmercato
                          wrote on last edited by
                          #24

                          yes i can..ok if its the time for u to leave thn we will continue the class on monday.. thankyou verymuch

                          C 1 Reply Last reply
                          0
                          • G gpsmercato

                            yes i can..ok if its the time for u to leave thn we will continue the class on monday.. thankyou verymuch

                            C Offline
                            C Offline
                            chandu004
                            wrote on last edited by
                            #25

                            19910639,9104890 19946236,9069257 this would be your town bounds.

                            -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                            G 1 Reply Last reply
                            0
                            • C chandu004

                              19910639,9104890 19946236,9069257 this would be your town bounds.

                              -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                              G Offline
                              G Offline
                              gpsmercato
                              wrote on last edited by
                              #26

                              ok thn

                              C 1 Reply Last reply
                              0
                              • G gpsmercato

                                ok thn

                                C Offline
                                C Offline
                                chandu004
                                wrote on last edited by
                                #27

                                now, what is themaximum size of a square that you can draw on your screen? that will be your drawing area of the map.

                                -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                                G C 2 Replies Last reply
                                0
                                • C chandu004

                                  now, what is themaximum size of a square that you can draw on your screen? that will be your drawing area of the map.

                                  -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                                  G Offline
                                  G Offline
                                  gpsmercato
                                  wrote on last edited by
                                  #28

                                  any size ..ok let it b (2.5,2.5,0)

                                  C 1 Reply Last reply
                                  0
                                  • C chandu004

                                    now, what is themaximum size of a square that you can draw on your screen? that will be your drawing area of the map.

                                    -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                                    C Offline
                                    C Offline
                                    chandu004
                                    wrote on last edited by
                                    #29

                                    bye for today. try to map the bounds of the town to the bounds of the rectangle on your screen. then take the digital data that is set of longitudes and latitudes from ge for some of the roads, i mean take a sample at each road turning, put them sequentially in a file, convert them into pix data, scale them to the square on your screen, plot lines from one point to other. now u will see the map that u have extracted from ge. now you should be able to plot the value you have received from ur usb gps device. all the best bye.

                                    -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                                    G 1 Reply Last reply
                                    0
                                    • G gpsmercato

                                      any size ..ok let it b (2.5,2.5,0)

                                      C Offline
                                      C Offline
                                      chandu004
                                      wrote on last edited by
                                      #30

                                      what is this 2.5,2.5,0 explain in detail

                                      -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                                      1 Reply Last reply
                                      0
                                      • C chandu004

                                        bye for today. try to map the bounds of the town to the bounds of the rectangle on your screen. then take the digital data that is set of longitudes and latitudes from ge for some of the roads, i mean take a sample at each road turning, put them sequentially in a file, convert them into pix data, scale them to the square on your screen, plot lines from one point to other. now u will see the map that u have extracted from ge. now you should be able to plot the value you have received from ur usb gps device. all the best bye.

                                        -------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.

                                        G Offline
                                        G Offline
                                        gpsmercato
                                        wrote on last edited by
                                        #31

                                        bye i will b back on monday only..thanku

                                        R 1 Reply Last reply
                                        0
                                        • G gpsmercato

                                          bye i will b back on monday only..thanku

                                          R Offline
                                          R Offline
                                          rajapp
                                          wrote on last edited by
                                          #32

                                          hi, can i have the sample code to connect the gps data with the map.

                                          C 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups