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

**Platform**: node **Mapbox SDK version**: v5.0.2 **Steps to trigger behavior** See below for the code that generates 1 tile where the problem can be seen. I am using this [style](https://drive.google.com/file/d/1O7psqd-e-vUibY6LebjTG4lfEBdl0r7C/view?usp=sharing)....

archived

I forked mapbox-gl-native, I modified some native code and I would like to build a shared library iex: for Android (.so). It seems that I always end up with a...

archived

Possibly a duplicate of #7862, but it feels unique enough that I'm opening up a new issue to address it. A user posted to the Android Plugins repo last week...

feature
offline
Core
archived

**Platform:** Android / iOS **Mapbox SDK version:** 9.2.1 / 5.9.0 ### Steps to trigger behavior 1. For Android, can use the Mapbox Demo app, open the Styles > Symbol layer...

archived

**Platform:** Android **Mapbox SDK version:** I'm using mapbox_gl 0.11.0 for my Flutter application. Well, I'm trying to add a marker as a user clicks on a place in the map,...

We are using tileserver-gl 3.0.0. We are having around 30 MBTiles and getting served without any issues with tileserver-gl 2.3.1. We have recently upgraded to tileserver-gl 3.0.0. But when we...

I've never actually seen what happens on an over limit account, so I have no idea what the current code would do in that situation. Are there any errors or...

When I run test my activity with roboelectric, i get this error. ``` java.lang.UnsatisfiedLinkError: com.mapbox.mapboxsdk.net.NativeConnectivityListener.initialize()V at com.mapbox.mapboxsdk.net.NativeConnectivityListener.initialize(Native Method) at com.mapbox.mapboxsdk.net.NativeConnectivityListener.(NativeConnectivityListener.java:27) at com.mapbox.mapboxsdk.net.ConnectivityReceiver.instance(ConnectivityReceiver.java:43) at com.mapbox.mapboxsdk.Mapbox.getInstance(Mapbox.java:67) at tech.optimind.loogia.driver.ui.projectDetail.ProjectDetailActivity.onCreate(ProjectDetailActivity.kt:88) at android.app.Activity.performCreate(Activity.java:7136) at android.app.Activity.performCreate(Activity.java:7127)...

### Info: I've got this error when I'm navigating back to fragment that contains map. I'm using `Jetpack Navigation` library, so fragments are replacing each other, and version of mapbox...

### Steps to reproduce 1. Take MGLSymbolStyleLayer with property iconTextFit or iconTextFitPadding. 2. Then assign NSExpression like this: ``` symbolStyleLayer.iconTextFit = NSExpression( forConditional: NSPredicate(format: "%K == "isTextSmall"), trueExpression: NSExpression(forConstantValue: "both"),...