Skip to content

Commit

Permalink
ENH: add TileProvider.build_url() (#28)
Browse files Browse the repository at this point in the history
* Update .gitignore

* ENH: add TileProvider.build_url()

* r placeholder

* token keyword

* Update xyzservices/lib.py

Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>

* review comments

* fix

* raise warning

* override copy to preserve class, test

* docs

* Update introduction.ipynb

* format the code

Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
martinfleis and jorisvandenbossche committed Jul 30, 2021
1 parent 8258756 commit 9e7f482
Show file tree
Hide file tree
Showing 4 changed files with 710 additions and 483 deletions.
2 changes: 1 addition & 1 deletion doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Python API
.. currentmodule:: xyzservices

.. autoclass:: TileProvider
:members: requires_token,
:members: build_url, requires_token,

.. autoclass:: Bunch
:exclude-members: clear, copy, fromkeys, get, items, keys, pop, popitem, setdefault, update, values
Expand Down
Loading

0 comments on commit 9e7f482

Please sign in to comment.