Releases: maplibre/maplibre-native-qt
Releases · maplibre/maplibre-native-qt
v3.0.0
✨ New features
- Completely reorganized the project structure into the
QMapLibre
namespace and three libraries:QMapLibre
,QMapLibreLocation
andQMapLibreWidgets
. - Reference documentation now available at https://maplibre.org/maplibre-native-qt/docs/.
- Built with Qt 6.5, 6.6 and 6.7 for all platforms and also Qt 5.15.2 for macOS, Linux and Windows.
- QML configuration cleaned up, styles are now set with
maplibre.map.styles
. - QML style parameters are also made available in C++. Now imported using
import MapLibre 3.0
. - QML plugins can be installed using a CMake helper function
qmaplibre_location_setup_plugins
. - Add ability to build as static libraries (#98).
- Add CMake presets for easier usage (#112).
- Support image coordinate change (#139).
- Add mouse events with coordinate to GLWidget (#141).
- Improve GeoJSON and image source handling (#164).
🐞 Bug fixes
v2.1.0
v2.0.2
🐞 Bug fixes
- Fixed issues with iOS binaries.
v2.0.1
🐞 Bug fixes
- Fixed issues with release tarballs.
v2.0.0
Initial release of qt-geoservices-maplibre-gl
QtLocation QML plugin. Supported are both Qt5 and Qt6 versions on Linux, macOS, Windows, iOS and Android. Note that Qt6 binaries also contain QtLocation build which is not currently distributed together with the Qt release. Furthermore OpenGL is required when using Qt6.
Note that symlinks have been removed by accident in this release so frameworks are larger than expected.