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

Allow users to disable legends in the "create customized navigator" interface #31

Closed
isaisabel opened this issue Apr 17, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@isaisabel
Copy link
Contributor

isaisabel commented Apr 17, 2018

Users should be able to disable the legends feature in the "create customized navigator" interface.

  • Add a new object named "legends" in the features array in assets/config.json. This will automatically populate the "create customized navigator" interface.
  • Add an *ngIf="configService.getFeature('legends') to the legends html container to facilitate removal when specified in the config.
@isaisabel isaisabel added the enhancement New feature or request label Apr 17, 2018
@isaisabel isaisabel self-assigned this Apr 20, 2018
@isaisabel
Copy link
Contributor Author

Feature implemented in features/disable-legend and merged into develop.

@isaisabel isaisabel added this to the Version 2.0 milestone May 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant