diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-06-10 20:43:22 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-06-10 20:59:43 +0300 |
commit | a78592f9f2f5ab021f6657678c9ae0116224afe6 (patch) | |
tree | ecd738f59e640d53c00f4af826b8254d80f5a248 /package.json | |
parent | 80960b39395a2f2b86046fa01be2fb0eb25eb236 (diff) | |
download | qtlocation-mapboxgl-a78592f9f2f5ab021f6657678c9ae0116224afe6.tar.gz |
[core] Port pitched circle rendering from gl-js
Extrude scale is already multiplied with altitude by default since
62b4dd554ab4df891221b1e43bda5a0f5dc1741a.
Fixes #5006.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0b7f7e2d1b..dc6b4fb2e5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "express": "^4.11.1", "mapbox-gl-shaders": "mapbox/mapbox-gl-shaders#8dfd9653e6659cb2837a4b98f3e8e1d559b29a09", "mapbox-gl-style-spec": "^8.5.1", - "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#f45fd7aba98650c7f3bf778c9cbbfd3b548a4ee8", + "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#3e27bc27ea050952481ef1f9a655538590eccb26", "node-gyp": "^3.3.1", "request": "^2.72.0", "tape": "^4.5.1" |