rinigus / pure-maps

Maps and navigation
https://rinigus.github.io/pure-maps/
GNU General Public License v3.0
243 stars 43 forks source link

Update mapbox gl qml to 2.1.1 in click package #641

Closed jonnius closed 1 year ago

jonnius commented 1 year ago

Updates mapbox gl qml plugin to 2.1.1 in click package to address https://github.com/maplibre/maplibre-gl-native/issues/548.

Also updates gitignore file to account for the renamed clickable project config file.

rinigus commented 1 year ago

Maybe you should also use tagged MapLibre GL Native build. They tag Qt versions now, see https://github.com/maplibre/maplibre-gl-native/releases/tag/qt-v2.0.1 for example

jonnius commented 1 year ago

Thanks for the hint. I pinned the 2.0.1 tag and tested it successfully.

rinigus commented 1 year ago

Thanks!