Qt Location Mapbox GL Plugin with Outdoors style
Unsolved
General and Desktop
-
Dear Forum
i want to use Outdoors style with mapboxgl plugins so i added in QML mapboxgl pugin this parameterPluginParameter { name: "mapboxgl.mapping.additional_style_urls" value: "mapbox://styles/mapbox/outdoors-v11" }
All works well but the map doesn't show Park Names, City names ecc ecc., only surfaces and the names of states.
I see the outdoors style on MapBox site and it has all theese informations currently shown.
So what is the problem with this plugin ?
Is there a way to show Park names, City Names and so on like on mapbox Outdoors Style site ?