Great, just did the build / install and everything went fine. I’ll start from
this for my own plugin.
Thank you,
Chris
> Le 18 juil. 2019 à 11:26, Vlad Stelmahovsky a
> écrit :
>
> Hi Christophe
>
> might be this will be good starting point:
> https://github.com/vladest/googlemaps
>
> 1.yo
On Wednesday, 17 July 2019, Patrick Stinson wrote:
> Right, I did try that one but if I remember right I got an error setting the
> context property, or that it was the same as the engine root context.
I would expect that QQmlEngine::contextForObject() as well as qmlContext()
returns a private
Hi Christophe
might be this will be good starting point:
https://github.com/vladest/googlemaps
1.you dont have to build whole Qt sources to build the plugin but you have
to have Qt private headers installed (ie. Qt SDK installed)
2. just run 'make install' afler plugin is built. this will install
Hello
I would like to create my own QtLocation plugin providing geoservices. My
idea is to start from osm plugin to understand how plugin are structured
and keep only the map/chart part (only the OnlineMappingFeature and the
entry class QGeoTileMappingManagerEngine)
For now my main issue is the b