Rebase maplibre-native updates onto 9f02e29 (2025-01-10)

This commit is contained in:
Dan Paulat 2025-01-11 01:06:54 -06:00
parent c7be1d37e0
commit a792538e29
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 3d4ca3fdf07c50db3002b11bff93c81ec380e493
Subproject commit a77cb6b2d1cde3a5f2c147e25245aa019aacb74b

@ -1 +1 @@
Subproject commit 805ccf6204a546e43fed599631ad5d698f68ae86
Subproject commit 3939a82ab9c2ff8bc2746e58ab9727cd12caef2c

View file

@ -1573,8 +1573,8 @@ void MapWidget::paintGL()
// Render QMapLibre Map
p->map_->resize(size());
p->map_->setFramebufferObject(defaultFramebufferObject(),
size() * pixelRatio());
p->map_->setOpenGLFramebufferObject(defaultFramebufferObject(),
size() * pixelRatio());
p->map_->render();
// Perform mouse picking