lets_plot.tilesets.STAMEN_DESIGN_TERRAIN¶
- lets_plot.tilesets.STAMEN_DESIGN_TERRAIN = {'maptiles_attribution': 'Map tiles by <a href="https://stamen.com">Stamen Design</a>, under <a href="https://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="https://openstreetmap.org">OpenStreetMap</a>, under <a href="https://www.openstreetmap.org/copyright">ODbL</a>.', 'maptiles_kind': 'raster_zxy', 'maptiles_max_zoom': 18, 'maptiles_min_zoom': 1, 'maptiles_url': 'https://stamen-tiles-[abcd].a.ssl.fastly.net/terrain/{z}/{x}/{y}.png'}¶
Stamen design, terrain theme.
Examples
1from lets_plot import * 2from lets_plot import tilesets 3LetsPlot.setup_html() 4ggplot() + geom_livemap(tiles=tilesets.STAMEN_DESIGN_TERRAIN)
1from lets_plot import * 2from lets_plot import tilesets 3LetsPlot.setup_html() 4ggplot() + geom_livemap(tiles=tilesets.STAMEN_DESIGN_TERRAIN_HIRES)