lets_plot.tilesets.OPEN_TOPO_MAP#

lets_plot.tilesets.OPEN_TOPO_MAP = {'maptiles_attribution': '<a href="https://lets-plot.org">© Lets-Plot</a>, map data: <a href="https://www.openstreetmap.org/copyright">© OpenStreetMap contributors</a>, <a href="http://viewfinderpanoramas.org/">SRTM</a> | map style: <a href="https://opentopomap.org/">© OpenTopoMap</a> (<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a>) ', 'maptiles_kind': 'raster_zxy', 'maptiles_max_zoom': 16, 'maptiles_min_zoom': 1, 'maptiles_url': 'https://tile.opentopomap.org/{z}/{x}/{y}.png'}#

OpenTopoMap’s tile layer.

Examples

1from lets_plot import *
2from lets_plot import tilesets
3LetsPlot.setup_html()
4ggplot() + geom_livemap(tiles=tilesets.OPEN_TOPO_MAP)