From ed0488d2e0e2166f5e2708abc34abe471b39c4ba Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Wed, 20 Jan 2016 16:00:37 -0800 Subject: [core] improve text-max-angle check Instead of using the absolute value of the sum of angles, use the sum of the absolute values of angles. This helps avoid labels on lines with sharp zig zags. for example, the "Central Campus Mall" label in issue #2998 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 0e5a024c0a..4a5492ae6b 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#bc0272cdde41d027a5df1ca8fb3aa1bc49aa8149", + "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#2f4d8ed044a3c962a43d62de0608b752eb68052c", "node-gyp": "^3.2.1", "request": "^2.67.0", "tape": "^4.2.2" -- cgit v1.2.1