Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapboxgl - the geoservice provider is not supported #527

Open
dragos-radu opened this issue May 13, 2023 · 0 comments
Open

Mapboxgl - the geoservice provider is not supported #527

dragos-radu opened this issue May 13, 2023 · 0 comments

Comments

@dragos-radu
Copy link

Hello, how can I add mapboxgl to Yocto image, because I got the error "the geoservice provider is not supported"?

I also tried to add in .pro next lines:

QT += quick location positioning network opengl concurrent sql

QT_FOR_CONFIG += location-private
qtConfig(geoservices_mapboxgl): QT += sql opengl
qtConfig(geoservices_osm): QT += concurrent

This is how I create map with mapboxgl

Map
    {
        id: map

        plugin: Plugin
        {
            id: mapplugin
            name:"mapboxgl"
        }
        center: QtPositioning.coordinate(mainwindow.latitude, mainwindow.longitude)
        tilt: 86
        activeMapType: supportedMapTypes[7]
        anchors.fill: maphover
        zoomLevel: 19
        bearing: anglemap
}

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant