Skip to content

Commit

Permalink
remove Stamen tile providers from default list
Browse files Browse the repository at this point in the history
  • Loading branch information
flopp committed Apr 9, 2024
1 parent e3db922 commit e398ffa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions staticmaps/tile_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,12 @@ def url(self, zoom: int, x: int, y: int) -> typing.Optional[str]:
)

default_tile_providers = {
tile_provider_OSM.name(): tile_provider_OSM,
tile_provider_StamenTerrain.name(): tile_provider_StamenTerrain,
tile_provider_StamenToner.name(): tile_provider_StamenToner,
tile_provider_StamenTonerLite.name(): tile_provider_StamenTonerLite,
tile_provider_ArcGISWorldImagery.name(): tile_provider_ArcGISWorldImagery,
tile_provider_Carto.name(): tile_provider_Carto,
tile_provider_CartoNoLabels.name(): tile_provider_CartoNoLabels,
tile_provider_CartoDark.name(): tile_provider_CartoDark,
tile_provider_CartoDarkNoLabels.name(): tile_provider_CartoDarkNoLabels,
tile_provider_OSM.name(): tile_provider_OSM,
tile_provider_StadiaAlidadeSmooth.name(): tile_provider_StadiaAlidadeSmooth,
tile_provider_StadiaAlidadeSmoothDark.name(): tile_provider_StadiaAlidadeSmoothDark,
tile_provider_JawgLight.name(): tile_provider_JawgLight,
Expand Down

0 comments on commit e398ffa

Please sign in to comment.