2021.08.0
New functionality:
- Added
TileProvider.from_qms()
allowing to create aTileProvider
object from the remote Quick Map Services repository (#71) - Added support of
html_attribution
to have live links in attributions in HTML-based outputs like leaflet (#60) - New
Bunch.flatten
method creating a flat dictionary ofTileProvider
objects based on a nestedBunch
(#68) - Added
fill_subdomain
keyword toTileProvider.build_url
to control{s}
placeholder in the URL (#75) - New Bunch.filter method to filter specific providers based on keywords and other criteria (#76)
Minor enhancements: