Skip to content

Commit

Permalink
Merge 179b823 into 7dadbcb
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Aug 3, 2021
2 parents 7dadbcb + 179b823 commit 234673a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions holoviews/element/tiles.py
Expand Up @@ -184,6 +184,7 @@ def wikimedia_replacement():

# Miscellaneous
OSM = lambda: Tiles('https://c.tile.openstreetmap.org/{Z}/{X}/{Y}.png', name="OSM")
OpenTopoMap = lambda: Tiles('https://a.tile.opentopomap.org/{Z}/{X}/{Y}.png', name="OpenTopoMap")
Wikipedia = wikimedia_replacement

tile_sources = {k: v for k, v in locals().items() if isinstance(v, FunctionType) and k not in
Expand Down

0 comments on commit 234673a

Please sign in to comment.