Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix framebuffer method for compatibility with recent MapLibre versions #55

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

fgossel
Copy link
Contributor

@fgossel fgossel commented Sep 28, 2024

During the compilation of qsgmapboxglnode.cpp, the error occurs due to the setFramebufferObject method, which does not exist in the QMapLibre::Map class. I believe the correct method to use is setOpenGLFramebufferObject.
Reference:
https://maplibre.org/maplibre-native-qt/docs/functions_func.html

@rinigus
Copy link
Owner

rinigus commented Sep 28, 2024

Thank you very much! Let's merge it as soon as Maplibre Qt release will be tagged.

Ref: maplibre/maplibre-native-qt#92

@rinigus
Copy link
Owner

rinigus commented Oct 20, 2024

Thank you very much, merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants