You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wrapping custom MapBox tiles to TileProvider object to make them easier to be reused. However, I noticed that TileProvider is part of a private _providers.py module.
It would be useful to have it part of a public API.
Although the best place for it would probably be the discussed xyzservices package, so we may leave it for that one (xref #153).
The text was updated successfully, but these errors were encountered:
I am wrapping custom MapBox tiles to
TileProvider
object to make them easier to be reused. However, I noticed thatTileProvider
is part of a private_providers.py
module.It would be useful to have it part of a public API.
Although the best place for it would probably be the discussed
xyzservices
package, so we may leave it for that one (xref #153).The text was updated successfully, but these errors were encountered: