Yet another Route plugin for QtLocation
-
Hi,
Did you thought about submitting your plugin for inclusion in the QtLocation module ?
-
wrote on 5 Jan 2016, 07:22 last edited by
@SGaist sure I did. But I have no clue about procedure. Do you have any ideas where to start?
Thanks -
Sure, it starts with the Gerrit introduction
-
Sure, it starts with the Gerrit introduction
wrote on 5 Jan 2016, 12:22 last edited by@SGaist thanks. will take some time to investigate probably
-
Great, thanks !
I'd love a Map plugin using Google maps ;)
wrote on 5 Jan 2016, 12:22 last edited by@AlGrenadine WIP
-
wrote on 6 Jan 2016, 16:48 last edited by
@vladstelmahovsky 1st implementation of GoogleMaps plugin can be found here
So far only routing implemented
Tiles, geocode, places in TODO -
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 nowregards
wrote on 8 Jan 2016, 14:17 last edited byGoogle 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 -
wrote on 10 Jan 2016, 09:42 last edited by
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
-
Shouldn't setTileSize allow to change that ?
-
wrote on 11 Jan 2016, 10:08 last edited by
@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 -
@vladstelmahovsky 1st implementation of GoogleMaps plugin can be found here
So far only routing implemented
Tiles, geocode, places in TODOwrote on 17 Mar 2016, 15:24 last edited by@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)
-
Nice !
Did you solve the tiling size issue ?
-
wrote on 18 Mar 2016, 09:43 last edited by
@SGaist nope. I think its hardcoded somewhere in tile renderer. But with new code its not needed anymore
-
That's a good news :)
-
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.
-
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.
-
wrote on 17 May 2016, 05:47 last edited by
@saitej this is because you trying to execute plugin which is impossible of cause. Choose your application as active project
When building plugins dont forget to add "make install" step to the project settings to make sure your plugin will be integrated into current Qt build -
wrote on 20 May 2016, 11:44 last edited by
Btw, any1 interested in TomTom maps support?
-
Btw, any1 interested in TomTom maps support?
wrote on 23 May 2016, 06:07 last edited by@vladstelmahovsky
Do u have Bing Maps support ?