We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Develop a method within a Bunch that can append new TileProvider instances to a loaded set of providers. It should work something like:
Bunch
TileProvider
import xyzservices.providers as xyz xyz.add_provider({'url': 'http://myservice/{x}/{y}/{z}'})