Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Yet another Route plugin for QtLocation
QtWS25 Last Chance

Yet another Route plugin for QtLocation

Scheduled Pinned Locked Moved General and Desktop
qtlocationpluginnavigation
36 Posts 7 Posters 15.4k Views
  • 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.
  • V Offline
    V Offline
    vladstelmahovsky
    wrote on 4 Jan 2016, 09:15 last edited by
    #1

    Hi

    I'm glad to share with you my plugin for QtLocation which uses OpenRouteService.org for routing
    you can get it here
    For now its only supports routing. GeoCoding and Places are WIP now

    regards

    V 2 Replies Last reply 8 Jan 2016, 14:17
    3
    • A Offline
      A Offline
      AlGrenadine
      wrote on 4 Jan 2016, 10:09 last edited by
      #2

      Great, thanks !

      I'd love a Map plugin using Google maps ;)

      V 1 Reply Last reply 5 Jan 2016, 12:22
      0
      • V Offline
        V Offline
        vladstelmahovsky
        wrote on 4 Jan 2016, 12:56 last edited by
        #3

        hmm..why not?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 4 Jan 2016, 22:22 last edited by
          #4

          Hi,

          Did you thought about submitting your plugin for inclusion in the QtLocation module ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          V 1 Reply Last reply 5 Jan 2016, 07:22
          0
          • S SGaist
            4 Jan 2016, 22:22

            Hi,

            Did you thought about submitting your plugin for inclusion in the QtLocation module ?

            V Offline
            V Offline
            vladstelmahovsky
            wrote on 5 Jan 2016, 07:22 last edited by
            #5

            @SGaist sure I did. But I have no clue about procedure. Do you have any ideas where to start?
            Thanks

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 5 Jan 2016, 11:26 last edited by
              #6

              Sure, it starts with the Gerrit introduction

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              V 1 Reply Last reply 5 Jan 2016, 12:22
              0
              • S SGaist
                5 Jan 2016, 11:26

                Sure, it starts with the Gerrit introduction

                V Offline
                V Offline
                vladstelmahovsky
                wrote on 5 Jan 2016, 12:22 last edited by
                #7

                @SGaist thanks. will take some time to investigate probably

                1 Reply Last reply
                0
                • A AlGrenadine
                  4 Jan 2016, 10:09

                  Great, thanks !

                  I'd love a Map plugin using Google maps ;)

                  V Offline
                  V Offline
                  vladstelmahovsky
                  wrote on 5 Jan 2016, 12:22 last edited by
                  #8

                  @AlGrenadine WIP

                  V 1 Reply Last reply 6 Jan 2016, 16:48
                  0
                  • V vladstelmahovsky
                    5 Jan 2016, 12:22

                    @AlGrenadine WIP

                    V Offline
                    V Offline
                    vladstelmahovsky
                    wrote on 6 Jan 2016, 16:48 last edited by
                    #9

                    @vladstelmahovsky 1st implementation of GoogleMaps plugin can be found here
                    So far only routing implemented
                    Tiles, geocode, places in TODO

                    V 1 Reply Last reply 17 Mar 2016, 15:24
                    0
                    • V vladstelmahovsky
                      4 Jan 2016, 09:15

                      Hi

                      I'm glad to share with you my plugin for QtLocation which uses OpenRouteService.org for routing
                      you can get it here
                      For now its only supports routing. GeoCoding and Places are WIP now

                      regards

                      V Offline
                      V Offline
                      vladstelmahovsky
                      wrote on 8 Jan 2016, 14:17 last edited by
                      #10

                      Google maps updated with tiles maps support
                      Due to copyright string gets injected in each tile, the map itself looks...hmm..ugly
                      Also its quite easy to reach requests day limit (25000/day), so be careful
                      Plugin sources available here

                      1 Reply Last reply
                      0
                      • V Offline
                        V Offline
                        vladstelmahovsky
                        wrote on 10 Jan 2016, 09:42 last edited by
                        #11

                        It seems, there is a bug/design decision in QMapScene/Tile rendering engine which makes usage tiles with size differ from 256x256 impossible. correct me if I'm wrong

                        1 Reply Last reply
                        0
                        • S Offline
                          S Offline
                          SGaist
                          Lifetime Qt Champion
                          wrote on 10 Jan 2016, 21:42 last edited by
                          #12

                          Shouldn't setTileSize allow to change that ?

                          Interested in AI ? www.idiap.ch
                          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                          V 1 Reply Last reply 11 Jan 2016, 10:08
                          0
                          • S SGaist
                            10 Jan 2016, 21:42

                            Shouldn't setTileSize allow to change that ?

                            V Offline
                            V Offline
                            vladstelmahovsky
                            wrote on 11 Jan 2016, 10:08 last edited by
                            #13

                            @SGaist yes, it changed, but it seems, x and y values of requested QGeoTileSpec's almost the same
                            Or I'm doing something wrong or math behind thist sticked to tiles 256x256

                            1 Reply Last reply
                            0
                            • V vladstelmahovsky
                              6 Jan 2016, 16:48

                              @vladstelmahovsky 1st implementation of GoogleMaps plugin can be found here
                              So far only routing implemented
                              Tiles, geocode, places in TODO

                              V Offline
                              V Offline
                              vladstelmahovsky
                              wrote on 17 Mar 2016, 15:24 last edited by
                              #14

                              @vladstelmahovsky GoogleMaps plugin updated with new tiles engine, w/o annoying copyright on every tile (this doesnt means that you dont have to put copyright sign over the map)

                              1 Reply Last reply
                              0
                              • S Offline
                                S Offline
                                SGaist
                                Lifetime Qt Champion
                                wrote on 17 Mar 2016, 20:34 last edited by
                                #15

                                Nice !

                                Did you solve the tiling size issue ?

                                Interested in AI ? www.idiap.ch
                                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                                V 1 Reply Last reply 18 Mar 2016, 09:43
                                0
                                • S SGaist
                                  17 Mar 2016, 20:34

                                  Nice !

                                  Did you solve the tiling size issue ?

                                  V Offline
                                  V Offline
                                  vladstelmahovsky
                                  wrote on 18 Mar 2016, 09:43 last edited by
                                  #16

                                  @SGaist nope. I think its hardcoded somewhere in tile renderer. But with new code its not needed anymore

                                  1 Reply Last reply
                                  0
                                  • S Offline
                                    S Offline
                                    SGaist
                                    Lifetime Qt Champion
                                    wrote on 18 Mar 2016, 21:33 last edited by
                                    #17

                                    That's a good news :)

                                    Interested in AI ? www.idiap.ch
                                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                                    saitejS 1 Reply Last reply 16 May 2016, 12:57
                                    0
                                    • S SGaist
                                      18 Mar 2016, 21:33

                                      That's a good news :)

                                      saitejS Offline
                                      saitejS Offline
                                      saitej
                                      wrote on 16 May 2016, 12:57 last edited by
                                      #18

                                      @SGaist

                                      My project works with "osm" and "here" plugins provided by qt. How do we add this plugin to the project. Any help in this regard is highly appreciated!

                                      1 Reply Last reply
                                      0
                                      • S Offline
                                        S Offline
                                        SGaist
                                        Lifetime Qt Champion
                                        wrote on 16 May 2016, 20:12 last edited by
                                        #19

                                        Hi,

                                        Build and install the plugin. It should go on the corresponding subfolder in your Qt installation. From there you can use it like the other plugins.

                                        Interested in AI ? www.idiap.ch
                                        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                                        saitejS 1 Reply Last reply 17 May 2016, 05:35
                                        0
                                        • S SGaist
                                          16 May 2016, 20:12

                                          Hi,

                                          Build and install the plugin. It should go on the corresponding subfolder in your Qt installation. From there you can use it like the other plugins.

                                          saitejS Offline
                                          saitejS Offline
                                          saitej
                                          wrote on 17 May 2016, 05:35 last edited by
                                          #20

                                          @SGaist

                                          Even I was trying the same but it is giving me this dialogbox.

                                          V 1 Reply Last reply 17 May 2016, 05:47
                                          0

                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • Search
                                          • Get Qt Extensions
                                          • Unsolved