Changing the Background Map Tiles
You can create a range of custom background maps through Mapbox's studio interface, and export the public style URL. In map-config.js
, you can add a new Mapbox map style URL in the styling
parameter, as shown below.
const styling = {
mapStyle: 'mapbox://styles/dhalpern/ckp07gekw2p2317phroaarzej'
}
Alternative Map Tile Providers
Coming soon MapTiler and Stamen fans!
Last updated
Was this helpful?