Releases: geopandas/xyzservices
Releases · geopandas/xyzservices
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:
2021.07.2
Version 2021.07.2
2021.07.1
Version 2021.07.1
2021.07
Initial release provides TileProvider
and Bunch
classes and an initial set of providers.