We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unless I'm missing something, both benchmarks were already the same when they were added in #7761 by @peterqliu :
mapbox-gl-js/bench/benchmarks/remove_paint_state.js
Lines 88 to 100 in ff8e087
Lines 102 to 114 in ff8e087
I haven't used these APIs yet, but I believe the SourceLevelRemove should have used something like this?
// No loop this.map.removeFeatureState({source: 'land'});
Maybe also source-property level like this?
// No loop this.map.removeFeatureState({source: 'land'}, 'bench');
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unless I'm missing something, both benchmarks were already the same when they were added in #7761 by @peterqliu :
mapbox-gl-js/bench/benchmarks/remove_paint_state.js
Lines 88 to 100 in ff8e087
mapbox-gl-js/bench/benchmarks/remove_paint_state.js
Lines 102 to 114 in ff8e087
I haven't used these APIs yet, but I believe the SourceLevelRemove should have used something like this?
Maybe also source-property level like this?
The text was updated successfully, but these errors were encountered: