WebgeoDa Scaffolding
More Maps. Fewer Platforms.
1.0.0
1.0.0
  • About Webgeoda Scaffolding
  • Data Concepts
  • Getting Started
  • Libraries and Dependencies
  • File Structure Overview
  • Data
    • Importing Data
    • Accessing Exernal Data
    • Making an API
  • Variables
    • Overview
    • Continuous
    • Categorical
    • LISA
    • Colors
    • Variable Specification
  • Static Pages
    • Adding and Customizing Pages
    • Styling and CSS Modules
  • Map Customization
    • Changing the Background Map Tiles
    • Visualization Modes
    • Change Tooltip and Data Sidebar Information
    • Modifying Layers
  • Widgets
    • Data Exploration Widgets
    • Widget Layouts
  • Deploying
    • Netlify
    • Vercel
    • Github Pages (or elsewhere)
  • Advanced
    • jsGeoDa
    • Next.JS
    • Alternate Map Views
    • Binary Data Formats
Powered by GitBook
On this page

Was this helpful?

  1. Map Customization

Changing the Background Map Tiles

PreviousStyling and CSS ModulesNextVisualization Modes

Last updated 3 years ago

Was this helpful?

You can create a range of custom background maps through '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!

Mapbox