Change Map language in QML Map element
Unsolved
QML and Qt Quick
-
Can't change language in MapBoxGL QML Plugin. According to https://stackoverflow.com/questions/59446043/qt-qml-changing-mapbox-font-size and https://docs.mapbox.com/mapbox-gl-js/example/language-switch/ I`m trying to do it like this:
MapParameter { type: "layout" property var layer: "country-label" property var textField: ["get", "name_de"] }
But console output is:
Layer not found: "country-label"