diff options
author | Ansis Brammanis <brammanis@gmail.com> | 2016-01-19 17:35:20 -0800 |
---|---|---|
committer | Ansis Brammanis <brammanis@gmail.com> | 2016-01-20 16:10:38 -0800 |
commit | 0fda834397b5d937fb5843143ae8df8b27dd8954 (patch) | |
tree | bfb391cf45b7569d2bf0780103ddbe89cdbde2b2 /package.json | |
parent | f9c9ee93515ab26a508d0dec7a48cdab5fb70500 (diff) | |
download | qtlocation-mapboxgl-0fda834397b5d937fb5843143ae8df8b27dd8954.tar.gz |
[core] implement symbol-avoid-edges
ref #3582
if `symbol-avoid-edges` is true, this prevents symbols from colliding
with tile edges.
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 f6a388d8a9..0e5a024c0a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ ], "devDependencies": { "aws-sdk": "^2.2.21", - "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#0fea16f7d1e0e0922f00da793e21a2420f6b8748", + "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#bc0272cdde41d027a5df1ca8fb3aa1bc49aa8149", "node-gyp": "^3.2.1", "request": "^2.67.0", "tape": "^4.2.2" |