Skip to content

Geo improvements: fitbounds, 'geojson-id' locationmode and 'featureidkey' #4419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Dec 20, 2019
Merged
Prev Previous commit
Next Next commit
add two mocks to list of flaky test image mocks
  • Loading branch information
etpinard committed Dec 11, 2019
commit ef28e781b326ca785bc59a1deda9734b718116a6
4 changes: 3 additions & 1 deletion test/image/compare_pixels_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ if(allMock || argv.filter) {
}

var FLAKY_LIST = [
'treemap_textposition'
'treemap_textposition',
'trace_metatext',
'gl3d_directions-streamtube1'
];

console.log('');
Expand Down