mapbox-gl-native icon indicating copy to clipboard operation
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

Results 118 mapbox-gl-native issues
Sort by recently updated
recently updated
newest added

There is a native crash on iOS when multiple offline region are downloaded, canceled and restarted again simultaneously. It's hard to provide a minimum reproducible example but maybe the exact...

Carried forward from [#11477(comment)](https://github.com/mapbox/mapbox-gl-native/issues/11477#issuecomment-374861771). Documentation for style classes still exists in the node bindings in the [Readme](https://github.com/mapbox/mapbox-gl-native/blob/master/platform/node/README.md#rendering-a-map-tile). Cod for parsing style classes also lingers in: https://github.com/mapbox/mapbox-gl-native/blob/553efa38e3591ce62863d4d74222710f8e3c2337/platform/node/src/node_map.cpp#L314-L321 Both of these references...

Node.js
good first issue
archived

Currently using Mapbox Android com.mapbox.navigation:android:2.6.0 GA release since published. Map tiles were downloaded successfully until around 20jul22 when I noticed the Navigation screen was not working. Investigation led to realizing...

Im using _Flutter MapBox GL_ (https://github.com/flutter-mapbox-gl/maps), which is a wrapper on this library/repo. Im not 100% sure if the crash occurs in this lib or the wrapper lib. Below is...

**Platform: Android** **Mapbox SDK version: 9.7.1** **implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:9.7.1'** ### Steps to trigger behavior 1. Load map view async + map style 2. Add a list of latlngs to map as...

Hello Android, Mapbox SDK 10.6. Using custom style and everything looks OK in the web (GL JS). But in android, unable to see road labels with the following error appearing:...

The view-backed point annotation API added to iOS in #1784 and to Android in #3276 should support options for marker clustering. Once #5814 is implemented, the main task will be...

iOS
annotations
MapKit parity
clustering
gl-ios

In release v1.6.0 I see this error building with QNX SDP 7.0.0. Adding static_cast on the last return parameter resolves the issue. /home/joel/third_party/mapbox-gl-native/src/mbgl/layout/symbol_projection.cpp: In function 'mbgl::PointAndCameraDistance mbgl::project(mbgl::Point&, const mat4&)': /home/joel/third_party/mapbox-gl-native/src/mbgl/layout/symbol_projection.cpp:98:102:...

archived

The main issue for us is that we do not receive a callback on when the offline maps states are loaded. When referencing `[MGLOfflineStorage sharedOfflineStorage]` for the first time it...

iOS
macOS
offline

Adds localization tests to the style.

iOS
macOS
tests