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
I created a new Xcode Project for a Single View App to learn how to use Mapbox. I installed the pods and followed the installation guide. Everything compiles and runs,...
Each commit describes the concrete problem it fixes.
The `ThreadLocal` class depends on each platform's implementation of `ThreadLocalBase`. As far as I can tell, mapbox-gl-native already requires C++11 everywhere, and in C++11, TLS is already supported by `thread_local`...
Remaining work to be done from: https://github.com/mapbox/mapbox-gl-native/pull/15385 - [x] Remove duplicated bots from `legacy` - [ ] Remove node-js dependency for running core tests (depends on [this](https://github.com/mapbox/mapbox-gl-native/issues/15455)) - [ ]...
This took me ages to debug. I have a geojson file consisting of about 8 "LineString" type features. In some code to select a single feature (layer), I was casting...
We need variable `line-dasharray` and can't wait any more. https://github.com/mapbox/mapbox-gl-js/pull/10591/files **Platform: All native platforms** **Mapbox SDK version: latest** ### Steps to trigger behavior 1. 2. 3. ### Expected behavior ###...
This was originally noticed in the ios SDK but also appears in mapbox studio, and the style viewer stuff: https://api.mapbox.com/styles/v1/jrobinsonmedia/cknom1qz54tvh17l86f6cmooq.html?fresh=true&title=view&access_token=pk.eyJ1IjoianJvYmluc29ubWVkaWEiLCJhIjoiY2tubnhtdng5MTJzazJwbW9sYTFpenQybyJ9.t0qAkzpAteNYp3I9c0kRnw#11.8/43.11628/-74.07588 **Platform:** **Mapbox SDK version:** ### Steps to trigger behavior These...
Fixes up a few things for compilation with Xcode 12. ## Launch Checklist - [x] briefly describe the changes in this PR - [x] apply `needs changelog` label if a...
Currently, when using style image (a bitmap) with `icon-size` which contains `Expression.match` expression, it blurs the icon. Please note that using `Expression.literal(1f)` works ok, but when this literal is in...