Adding PMTiles Support in Qt based mobile app #3118
navisinghnz9
started this conversation in
Ideas
Replies: 1 comment 28 replies
-
|
I think you need to compile with C++20. |
Beta Was this translation helpful? Give feedback.
28 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am developing a Qt based Maplibre Native mobile app for android and iOS platform.
I saw a pull request from @tdcosta100 at repo URL https://github.com/tdcosta100/maplibre-native.git with branch "pmtiles-support"
I am building maplibre-native-qt from repo: https://github.com/maplibre/maplibre-native-qt.git, with "main" branch and trying to incorporate code changes from this pull request.
I have simply replaced the existing maplibre-native directory inside vendor/ with the maplibre-native from this pull request and trying to compile the maplibre native Qt SDK.
However, I am facing some compilation errors related to headers not found ( found but at different paths as needed by cpp code)
Attaching these error logs for reference:-
error_logs.txt
I think that I should manually chase all commits in this pull request and add changes in related files inside maplibre-native-qt/vendor/maplibre-native. If there is some simpler/easier way of doing this, pls suggest.
or
I was wondering if I need to write Qt bindings to support PMTiles in Qt app...
Looking forward to some tips on this.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions