diff options
author | Ansis Brammanis <brammanis@gmail.com> | 2016-02-05 16:26:08 -0800 |
---|---|---|
committer | Ansis Brammanis <brammanis@gmail.com> | 2016-02-09 15:01:34 -0800 |
commit | d9244cc973cacb454960838287c8c47482b20e34 (patch) | |
tree | 5d89cd846704ba1916b5f3202bd1d463eeb0f74c /package.json | |
parent | 61e63b718c9a315684d4b25def76c5a1c21cb1ca (diff) | |
download | qtlocation-mapboxgl-d9244cc973cacb454960838287c8c47482b20e34.tar.gz |
[core] make sure icons fit before the ends of the line
This skips anchors if there is not enough room before the beginning or
end of the line for the icon to fit.
-js: https://github.com/mapbox/mapbox-gl-js/pull/2077/files
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 d97d3f56e7..3c4978c06d 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#2b4ed672dc7e7e60f98115e3eb2dc55125b96e66", + "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#47f62a86a568bbf67dd5b2f4b42b46ef4769f356", "node-gyp": "^3.2.1", "request": "^2.67.0", "tape": "^4.2.2" |