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

add filter for category #36

Open
infinitel8p opened this issue Feb 11, 2022 · 2 comments
Open

add filter for category #36

infinitel8p opened this issue Feb 11, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed investigation

Comments

@infinitel8p
Copy link
Owner

add a filter to select the spot category you want to see on the map

@infinitel8p infinitel8p added enhancement New feature or request help wanted Extra attention is needed investigation labels Feb 11, 2022
@infinitel8p
Copy link
Owner Author

  • added dummy filter menu in MDToolbar
  • added filterpopupmenu.py which currently is just a copy of searchpopupmenu.py
  • added the class FilterPopupMenu() which is the dummy from filterpopupmenu.py to the main.py to have a working button in the MDToolbar
  • added filterarguments.py which contains a array which will be used for the arguments to filter after
  • added a if statement in topspotmap.py to skip the creation of markers whose category is listed in filterarguments.py

Changes are in Commit 7a1d029

@infinitel8p
Copy link
Owner Author

  • create a working FilterPopupMenu() which changes the Array in filterarguments.py
  • figure out a optimized way of removing and skipping marker creation according to the filter arguments

@infinitel8p infinitel8p self-assigned this Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed investigation
Projects
None yet
Development

No branches or pull requests

1 participant