-
Notifications
You must be signed in to change notification settings - Fork 368
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 Stamen Toner and Watercolor image tiles #1013
Conversation
Hey guys, I just wanted to help with a quick fix, but it seems there is a lot of bureaucracy to collaborate with this project. |
Thanks for contributing, we're always happy to have new contributors.
Just a single electronic CLA form to complete: http://scitools.org.uk/documents/cla_form.pdf. Once you fill it in and email to the specified address we can add you to the contributors list and you can submit as many PRs as you like without any more form filling bureaucracy! If you are unsure about CLAs the following is a reasonable overview: http://oss-watch.ac.uk/resources/cla |
@ajdawson sent |
@pelson I sent the CLA agreement last week :) |
Yep, I'm going through the process of getting the CLA through the door 😄 (not much to it really). Nothing on your side needed. Sorry about the delay. |
oh great! Let me know if there is anything else required :) |
I think you should add either links, or a cross-reference to the |
@QuLogic I did not want to interfere with the current api. |
I don't understand; I'm talking about the docstrings. |
@QuLogic ooh that would make sense. Given how the StamenTerrain docstring only provides a description of the map tiles, can you provide a link to the official Stamen Toner/Watercolor Description? As far as I can tell, these Stamen maps don't have an official description. |
@pelson any update on this? |
I think you need to address the comments by @QuLogic and improve the docstrings. Specifically:
|
Ping @manugarri? |
I reviewed this in #1188. Moving the work over to that PR. |
My apologies @QuLogic , been completely disconnected from this project. |
@manugarri - we've all been there - me more than most! 🤣 |
This simple PR adds the two other versions of static map tiles that Stamen adds.
Basically I modified the
StamenTerrain
to access the different endpoints for the Toner maps (http://tile.stamen.com/toner/
) and Watercolor (http://tile.stamen.com/watercolor/
)