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
Right now line polyline with dash pattern is drawn with artefacts. Please look at screenshots iOS Mapbox-iOS-SDK (3.6.1) ### Steps to trigger behavior 1. Add polyline with line dashes ```...
I'm attempting to build mapbox-gl-native to play around with static map rendering. I'm using the Docker image [over here](https://github.com/iandees/atto/blob/master/docker/Dockerfile) to get the dependencies into a ubuntu:latest image. I then try...
Hello, i am very new and a noob to to QT and Programming. But i need help to get a Offline Database with the offline Tool. Qt links to the...
Hello, Apologies if this has been asked/discussed before - So far my google searches did not answer my questions. I have been trying to look for offline maps, for a...
Per https://github.com/mapbox/mapbox-gl-js/pull/9355, `possibleOutputs` is used in GL-Native in at least one place where tracking possibleOutputs as an array may be an overkill: https://github.com/mapbox/mapbox-gl-native/blob/8be135231d9efe41a3b12037518d02b36104e8cf/src/mbgl/style/layers/symbol_layer_impl.cpp#L36-L40
Now that v8 has landed in https://github.com/mapbox/mapbox-gl-native/commit/0451aca37e866c3380072b114e2d49353888e4b5 we have a `Circle` layer type.
Is it possible to add a custom 3D model at coordinates (and then multiple coordinates) on a map. Also is it most efficient to add a large number of 3d...
Compilation fails with an error at 99%. Here is a Dockerfile to reproduce: ``` FROM debian:latest RUN apt-get update \ && apt-get dist-upgrade -y \ && apt-get autoremove --purge -y...
**Platform:iOS** **Mapbox SDK version: Master** ### Steps to trigger behavior OpenGL ES is deprecated starting with iOS 12. https://developer.apple.com/ios/whats-new/ "Apps built using OpenGL ES will continue to run in iOS...
**Platform:** iOS **Mapbox SDK version:** 3.4.0-beta.4 ### Steps to trigger behavior 1. Create a map 2. Call `mapView.setUserTrackingMode(.follow, animated: true)` 3. If simulating, feed in a GPX trace. If outside,...