mapbox-gl-native
mapbox-gl-native copied to clipboard
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
**Platform:** Android Studio Java **Mapbox SDK version:** 9.1.0 ### Steps to trigger behavior I can't manually produce the bug it just happens on its own after the map loads ###...
Hello! My little team is writing an application in linux + glfw + maplibre gl, the performance of using pure c++ api is great! We stuck in one thing: how...
Newer macos SDK shipped with Xcode 14.3 has likely re-ordered their include headers, which means std::move is not available anymore via the includes that unique_any.hpp has. Explicitly include the utility...
When I compile (with GCC 13.1.1), build fails with `geometry.hpp:9:24: error: found ‘:’ in nested-name-specifier, expected ‘::’` and subsequent errors `error: ‘FeatureType’ has not been declared`. I have run: Complete...
When I want to build and pass `-DMBGL_WITH_QT=ON` to `cmake`, `cmake` fails with ``` CMake Error at /usr/lib/cmake/Qt5Gui/Qt5Gui_QPbfPlugin.cmake:4 (_populate_Gui_plugin_properties): _populate_Gui_plugin_properties Macro invoked with incorrect arguments for macro named: _populate_Gui_plugin_properties Call...
I am relatively new to Mac OS and have been having a play around. I tried to install heroic launcher following an Andrew Tsai tutorial video, it worked and I...
Hi, I'm using Mapbox for Android `'com.mapbox.mapboxsdk:mapbox-android-sdk:9.5.0'` I saw that when I call `mapboxMap?.moveCamera(CameraUpdateFactory.newLatLngBounds(latLngBounds, 50))` and fastly close the fragment, app crashes and in logcat I see: ``` 2021-02-25 19:10:52.078...
See: - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037830 - https://codereview.qt-project.org/c/qt/qtlocation-mapboxgl/+/446790 Cc @kkoehne @tmpsantos
**Platform:** MacOS Ventura 13.3.1(a) **Mapbox SDK version:** qt-staging (Qt 5.15.9) ### Steps to trigger behavior 1. Build Qt using make ### Expected behavior There is no expected behaviour as Qt5...
Syntax error while adding a filter to pre-exisiting filter in a fill layer using NSCompoundPredicate
Hi, I have a fillLayer which already has some filter and I want to add a new filter to this FillLayer using NSCompoundPredicate but I'm facing an issue. ``` let...