CARTO_POSITRON#
- CARTO_POSITRON = {'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="https://carto.com/attributions#basemaps">© CARTO</a>, <a href="https://carto.com/attributions">© CARTO</a>', 'maptiles_kind': 'raster_zxy', 'maptiles_max_zoom': 20, 'maptiles_min_zoom': 1, 'maptiles_url': 'https://[abc].basemaps.cartocdn.com/rastertiles/light_all/{z}/{x}/{y}.png'}#
CARTO tiles, positron theme.
Examples
1from lets_plot import * 2from lets_plot import tilesets 3LetsPlot.setup_html() 4ggplot() + geom_livemap(tiles=tilesets.CARTO_POSITRON)
1from lets_plot import * 2from lets_plot import tilesets 3LetsPlot.setup_html() 4ggplot() + geom_livemap(tiles=tilesets.CARTO_POSITRON_HIRES)