Skip to content

Consistent use of the kw attr #276

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

Merged
merged 1 commit into from
Dec 3, 2015

Conversation

ocefpaf
Copy link
Member

@ocefpaf ocefpaf commented Dec 2, 2015

We have attr originally in the Map() class. This PR makes all others kwargs attr instead of attribution.

I am not sure if we should take this opportunity and change everything to attribution instead of attr.

(At least now it is consistent.)

@ocefpaf
Copy link
Member Author

ocefpaf commented Dec 3, 2015

@andrewgiessel Can you review and merge this one? @BibMartin and @themiurgo are you both OK with attr?

@BibMartin
Copy link
Contributor

I am not sure if we should take this opportunity and change everything to attribution instead of attr.
(At least now it is consistent.)

👍 Let's go like this for the moment ; that's already a good thing

@andrewgiessel
Copy link
Contributor

Yes, I will review and do the merge!

On Thu, Dec 3, 2015 at 9:36 AM Martin Journois [email protected]
wrote:

I am not sure if we should take this opportunity and change everything to
attribution instead of attr.

(At least now it is consistent.)

[image: 👍] Let's go like this for the moment ; that's already a good
thing


Reply to this email directly or view it on GitHub
#276 (comment)
.

@ocefpaf
Copy link
Member Author

ocefpaf commented Dec 3, 2015

Yes, I will review and do the merge!

Thanks @andrewgiessel! We already have green from @BibMartin.

@andrewgiessel
Copy link
Contributor

Looks good to me, merging.

andrewgiessel added a commit that referenced this pull request Dec 3, 2015
Consistent use of the kw attr
@andrewgiessel andrewgiessel merged commit a7365bb into python-visualization:master Dec 3, 2015
@ocefpaf ocefpaf deleted the tile_attr branch December 3, 2015 15:20
@@ -18,7 +18,7 @@
class WmsTileLayer(TileLayer):
def __init__(self, url, name=None,
format=None, layers=None, transparent=True,
attribution=None):
attr=None):
Copy link
Member Author

Choose a reason for hiding this comment

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

Did I just break my "consistency" in #348? I guess I did!

@ocefpaf ocefpaf added bug An issue describing unexpected or malicious behaviour documentation Documentation about a certain topic should be added labels Feb 12, 2016
@ocefpaf ocefpaf added this to the v0.2.0 milestone Feb 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue describing unexpected or malicious behaviour documentation Documentation about a certain topic should be added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants