We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you use labels tiles on top, if there's a label in the bottom left corner it is actually above the attribution. That should not happen I guess.
import geopandas import contextily as cx df = geopandas.read_file(geopandas.datasets.get_path('nybb')).to_crs(3857) ax = df.plot(figsize=(10, 10), alpha=0.5, edgecolor='k') cx.add_basemap(ax, source=cx.providers.Stamen.Watercolor, zoom=12) cx.add_basemap(ax, source=cx.providers.Stamen.TonerLabels, zoom=10)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you use labels tiles on top, if there's a label in the bottom left corner it is actually above the attribution. That should not happen I guess.
The text was updated successfully, but these errors were encountered: