lets_plot.tilesets.CARTO_FLAT_BLUE#

lets_plot.tilesets.CARTO_FLAT_BLUE = {'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://cartocdn_[abc].global.ssl.fastly.net/base-flatblue/{z}/{x}/{y}.png'}#

CARTO tiles, flat blue theme.

Examples

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

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