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

When running the test app on an emulator (8.1.0 or 4.4) I'm running into issues with gl rendered images, markers and labels. ![black annotations](https://user-images.githubusercontent.com/16925074/34564737-359ee9e6-f158-11e7-87e4-acc0ab7d0432.gif) ![black annotations 2](https://user-images.githubusercontent.com/16925074/34564739-37dd64e4-f158-11e7-90e5-de11044162a5.gif) I wasn't able...

Android
Core

**Platform:** Android **Mapbox SDK version:** 10.0.0 ### Note This is a crosspost of https://github.com/mapbox/mapbox-maps-android/issues/772 because I don't know which is the right repository to post this issue. ### Steps to...

com.app.amaze D/Mbgl-HttpRequest: [HTTP] This request was cancelled (https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2/12/2936/1727.vector.pbf?access_token=xxxxa3VzaHNociIsImEiOiJjazdudGVvcHAwMXV2M2Zzd3J4dmx1ZG12In0.3Fc4H9cTf6zzSxhGJmb0gg&sku=100kw0pyv0o193bcd002f2d4770bd540b3f6a140a49). This is expected for tiles that were being prefetched but are no longer needed for the map to render. **Platform:* Android 11*...

This way other CMake projects requiring it can just do the usual: ``` find_package(QMapboxGL REQUIRED) target_link_libraries( PUBLIC QMapboxGL) ``` ~This depends on #16394 to actually install the target we're linking...

**Platform:** Android **Mapbox SDK version:** - mapbox-android-sdk:9.2.0 - mapbox-android-plugin-offline-v9:0.7.0 I'm having an issue getting the mapbox sdk to use the custom maps that have been downloaded with the OfflineManager. The...

MGLNetworkConfiguration is a singleton that currently does nothing but store the result of looking up the Info.plist’s `MGLMapboxAPIBaseURL` value. But calling `-[NSBundle objectForInfoDictionaryKey:]` is really fast, so fast that we...

iOS
macOS
navigation
gl-ios

How does mapbox GL native support CGCS2000?

Since there is a limit the offline tiles to 6000 per user I need two methods: - How many tiles in a given `MGLCoordinateBounds` - How many tiles are currently...

feature
offline
Core

Hello we are having the same issue as described in https://github.com/mapbox/mapbox-gl-native/issues/8596 Zoom levels or offline region bounds don't affect the downloaded amount. Without providing the styleURL it works as expected....

Sometimes app crash at start up when the user is geolocated and the camera of the map is moving to the user location. It happens : - when app start...