Skip to content
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

Fix issues with setting feature visibility. #632

Merged
merged 2 commits into from
Oct 27, 2016
Merged

Conversation

manthey
Copy link
Contributor

@manthey manthey commented Oct 24, 2016

Only gl features honored visibility, and then only if they did not consist of secondary features. Visibility now works on all renderers and a concept of dependentFeatures has been added to group visibility for certain features. Some features still probably don't support visibility properly (such as the graphFeature), but that should be left for a different fix.

Only gl features honored visibility, and then only if they did not consist of secondary features.  Visibility now works on all renderers and a concept of dependentFeatures has been added to group visibility for certain features.  Some features still probably don't support visibility properly (such as the graphFeature), but that should be left for a different fix.
Copy link
Member

@aashish24 aashish24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@codecov-io
Copy link

codecov-io commented Oct 26, 2016

Current coverage is 86.46% (diff: 100%)

Merging #632 into master will increase coverage by 0.05%

@@             master       #632   diff @@
==========================================
  Files            85         85          
  Lines          8273       8290    +17   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           7149       7168    +19   
+ Misses         1124       1122     -2   
  Partials          0          0          

Powered by Codecov. Last update 7a90503...c623308

@manthey manthey merged commit d14a319 into master Oct 27, 2016
@manthey manthey deleted the feature-visibility branch October 27, 2016 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants