Yet another Route plugin for QtLocation
-
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
-
Great, thanks !
I'd love a Map plugin using Google maps ;)
-
hmm..why not?
-
Hi,
Did you thought about submitting your plugin for inclusion in the QtLocation module ?
-
@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
-
@SGaist thanks. will take some time to investigate probably
-
@AlGrenadine WIP
-
@vladstelmahovsky 1st implementation of GoogleMaps plugin can be found here
So far only routing implemented
Tiles, geocode, places in TODO -
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 -
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 ?
-
@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 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 ?
-
@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.