Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 2.96 KB

f-map-styles.md

File metadata and controls

62 lines (38 loc) · 2.96 KB

Map Styles

map styles

kepler.gl provide a set of Mapbox basemap styles as background map, including 3D buildings! You can also add your own custom map sytle using the Mapbox style link.

Base Map Styles

Open the Base Map panel to select from a list of default map styles.

base map panel

Open the base map style drop down menu to change map color scheme and imagery. Options include:

  • Dark: dark base map with light-colored text.
  • Light: light base map with dark-colored text.

Toggle Map Layers

map layers

Map Layers

Hide and show water, buildings, roads, and more. Options include:

  • Labels: shows labels for cities, neighborhoods, and so on.
  • Roads: displays a translucent layer of road lines.
  • Borders: shows state and continent borders.
  • Buildings: shows building footprints.
  • Water: displays bodies of water.
  • Land: Shows parks, mountains, and other landscape features.
  • 3d Building: Shows 3D buildings on the map. 3D buildings are only visible in the 3D map view. Resolution automatically updates based on current map zoom level. Use the input below to edit 3D bulding color.

3d building

Layer Order

To control the order in which map imagery layers are displayed, toggle the move to top icon:

move to top icon.

TIP: Move labels to the top on maps with colored layers to keep the labels from being concealed.

Examales of ordered layers

Custom Map Styles

Add Custom Mapbox Styles button

To add a custom base map style, click the add map style button to open the custom map style modal, paste in the mapbox style Url. Note that you need to paste in your mapbox access token if your style is not published.

Add Custom Mapbox Styles popup

Back to table of contents