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 more layer options for mappanel #3174

Merged
merged 3 commits into from
Nov 2, 2023

Conversation

kgoebber
Copy link
Collaborator

Description Of Changes

This PR extends the number of options for how map feature layers can be displayed using the declarative syntax. This implements linestyle, zorder, and alpha. Due to the nature of the list of feature names implementation, this seemed the most straightforward way to add these additional options for map layers. A different solution for adding additional kwargs for contours, colorfills, etc. is still to be done via a different PR.

Checklist

@kgoebber kgoebber requested a review from a team as a code owner August 31, 2023 18:41
@kgoebber kgoebber requested review from dcamron and removed request for a team August 31, 2023 18:41
@dopplershift dopplershift added Type: Enhancement Enhancement to existing functionality Area: Plots Pertains to producing plots labels Oct 19, 2023
@dopplershift dopplershift added this to the October 2023 milestone Oct 19, 2023
@kgoebber kgoebber force-pushed the add_maplayer_options branch 2 times, most recently from ced1b43 to 60b4014 Compare November 2, 2023 17:03
src/metpy/plots/declarative.py Outdated Show resolved Hide resolved
tests/plots/test_declarative.py Outdated Show resolved Hide resolved
@dopplershift dopplershift merged commit 9ddfcdb into Unidata:main Nov 2, 2023
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Plots Pertains to producing plots Type: Enhancement Enhancement to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Z order of lakes and rivers in declarative
2 participants