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

I am having an issue just like #14998 that @bsterry posted, where I am receiving a deadlock when adding or removing annotations or overlays too quickly. Part of the stacktrace:...

Hi, I am experiencing a potentially expensive issue where I want the user to be able to use several styles offline that all use the same data source. As per...

When running XCUITests in Xcode MapBox GL Native SDK for iOS crashes. See stack trace: ``` * thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.2 * frame #0:...

iOS
crash
tests
accessibility

The public `-[MGLMapView selectAnnotation:moveIntoView:animateSelection:]` method was added #13689 by @julianrex, but left undocumented so that we could change it at will. We need to revisit this decision and make the...

iOS
needs discussion

**Platform:** iOS and Android **Mapbox SDK version:** iOS 5.1.0, Android 8.0.0 ### Steps to trigger behavior 1. Load a map style with a source with a max zoom of 12...

iOS
performance
Android
support
Core
high priority

Logs ``` E/Parcel: Class not found when unmarshalling: com.google.android.gms.location.LocationResult java.lang.ClassNotFoundException: com.google.android.gms.location.LocationResult at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:454) at `android.os.Parcel.readParcelableCreator(Parcel.java:3350)` at android.os.Parcel.readParcelable(Parcel.java:3284) at android.os.Parcel.readValue(Parcel.java:3186) at android.os.Parcel.readArrayMapInternal(Parcel.java:3579) at android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:292) at android.os.BaseBundle.unparcel(BaseBundle.java:236) at android.os.BaseBundle.containsKey(BaseBundle.java:516)...

### Steps to reproduce Add to Podfile both of current versions of SDK and run `pod install` ``` pod 'Mapbox-iOS-SDK', '6.3.0' pod 'MapboxMaps', '10.0.0-rc.4' ``` ### Expected behavior Both libraries...

**Platform**: Mapbox Raster Tiles API - Mapbox Terrain-RGB **Problem**: Many of tiles at 11-15 z levels has zero elevation values at 1px borders; **Few examples:** right and bottom borders with...

Currently, it cannot be reproduced, but sometimes crashes while using Mapbox. I got the following report from firebase crashlytics. ![image](https://user-images.githubusercontent.com/43035817/124539463-84b6e880-de58-11eb-8f32-ae2ad6bfd552.png) It seems to be a crash problem inside Mapbox, please...

Hello. I'm having this error on apps in the Apple Store, but I still haven't been able to play locally. Crashed: com.apple.main-thread 0 libsystem_kernel.dylib 0x1d9bbf84c __pthread_kill + 8 1 libsystem_pthread.dylib...