diff options
author | Young Hahn <young@mapbox.com> | 2016-09-22 19:51:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-22 19:51:41 -0400 |
commit | 08c08f6705d168f0bc7cde251cdacb2c4a53bb7a (patch) | |
tree | d1c5f72b9653ead59619dea827b8db8cd635d1e6 /package.json | |
parent | 4d3356dc1e1239d8f4fb985d2f584a403aea8521 (diff) | |
download | qtlocation-mapboxgl-08c08f6705d168f0bc7cde251cdacb2c4a53bb7a.tar.gz |
[core] Don't use depth test unless text is pitch-aligned to map (#6404)
* [core, ios, android] Use `auto` value for properties with calculated defaults
* Fix render tests
* [core] Don't use depth test unless text is pitch-aligned to map.
* Bump mapbox-gl-test-suite
* TransformState pitch is already in radians
* Reduce setDepthSublayer calls
* Bump test suite
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 6b2a9f6d1e..42c08dd0e0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "express": "^4.11.1", "mapbox-gl-shaders": "mapbox/mapbox-gl-shaders#de2ab007455aa2587c552694c68583f94c9f2747", "mapbox-gl-style-spec": "mapbox/mapbox-gl-style-spec#a6c95d33ff5ced2c0d7df995fd89eb557c0a353c", - "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#e05680a27f93d7284fce31b9b42a19c80df96b13", + "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#880c1879b29ccdb473b3888fc2134d5261efb7d3", "mkdirp": "^0.5.1", "node-cmake": "^1.2.1", "request": "^2.72.0", |