CARTO Basemap
Last updated
Was this helpful?
Last updated
Was this helpful?
The CARTO Basemap is the default Basemap and it is included in all CARTO accounts. It uses the Open Source project and CARTO base maps API.
At the Basemaps section of CARTO for deck.gl you can find further information about how to use it. CARTO also provides a set of Basemaps Styles to easily adapt to multiple visualization contexts (dark, light, and voyager).
A code example is available here.
If the Basemaps Styles provided by CARTO are not enough and you need to go further to customize those styles you can do the following:
Download the style json.
Modify the styles to match your requirements.
Put it in a public url.
Pass to deck.gl the mapSyle you want to use:
If you need a UI to modify the styles, take a look at (A free and open visual editor tool for editing Basemaps styles).