diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-11-18 12:35:21 +0100 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-01-30 11:45:52 +0000 |
commit | 9a2573ac5d2f91922eb376741ac0194271ca979f (patch) | |
tree | 8cf65248ff7ac683fccb380d095ce264826859a1 /.gitmodules | |
parent | 4f338577a8dba92e69e8eea23d255d46e52c9c85 (diff) | |
download | qtlocation-9a2573ac5d2f91922eb376741ac0194271ca979f.tar.gz |
Mapbox GL plugin for QtLocation
Add Mapbox GL as a plugin for rendering vector tiles
using OpenGL.
Patch by:
- Bruno de Oliveira Abinader <bruno@mapbox.com>
- Thiago Marcos P. Santos <thiago@mapbox.com>
Change-Id: I1671ae4dba0891e280a327543f15e73de1df385d
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..046a02c9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/plugins/geoservices/3rdparty/mapbox-gl-native"] + path = src/plugins/geoservices/3rdparty/mapbox-gl-native + url = https://codereview.qt-project.org/p/qt/qtlocation-mapboxgl.git |