Solid Map GL
  • Introduction
  • 🚀Getting Started
  • Components
    • MapGL
    • Source
    • Layer
    • Layer3D
    • Control
    • Image
    • Marker
    • Popup
    • Terrain
    • Atmosphere
    • Light
    • Camera
    • Draw
  • 🗺️Styles
  • ⚙️Examples
Powered by GitBook
On this page
  • Vector Base Maps
  • Mapbox
  • Raster Tile Base Maps
Edit on GitHub

Styles

List of available Map Styles

PreviousDrawNextExamples

Last updated 1 year ago

Vector Base Maps

Additionally to the default you can use one of the following shortcuts.

<MapGL options={{ style: 'mb:basic' }}></MapGL>

Mapbox

  • mb:standard

  • mb:light

  • mb:dark

  • mb:street

  • mb:outdoor

  • mb:sat

  • mb:sat_street

  • mb:nav

  • mb:nav_night

  • mb:nav_base

  • mb:nav_base_night

  • mb:basic

  • mb:monochrome

  • mb:leshine

  • mb:icecream

  • mb:cali

  • mb:northstar

  • mb:mineral

  • mb:moonlight

  • mb:frank

  • mb:minimo

  • mb:decimal

  • mb:stand

  • mb:blueprint

  • mb:bubble

  • mb:pencil

  • mb:swiss_ski

  • mb:vintage

  • mb:whaam

  • mb:neon

  • mb:camoflauge

  • mb:emerald

  • mb:runner

  • mb:x_ray

  • here:base

  • here:day

  • here:night

  • esri:blueprint

  • esri:charted_territory

  • esri:colored_pencil

  • esri:community

  • esri:mid_century

  • esri:modern_antique

  • esri:nat_geo

  • esri:newspaper

  • esri:open_street_map

  • esri:light_gray_canvas

  • esri:dark_gray_canvas

  • esri:human_geo_light

  • esri:human_geo_dark

  • esri:world_navigation

  • esri:world_street

  • esri:world_street_night

  • esri:world_terrain

  • esri:world_terrain_hybrid

  • esri:world_topographic

  • esri:chromium

  • esri:dreamcatcher

  • esri:seahaven

  • esri:sangria

  • esri:mercurial

  • esri:imagery

  • esri:imagery_hybrid

  • esri:firefly

  • esri:firefly_hybrid

  • esri:oceans

Raster Tile Base Maps

<Source
  source={{
    type: 'raster',
    tiles: ['osm:org'],
    apikey: '...', // only needed for Thunder Forest
  }}
>
  <Layer
    style={{
      type: 'raster',
    }}
  />
</Source>
  • osm:org

  • osm:human

  • osm:cycle

  • open:topo

  • carto:voyager

  • carto:positron

  • carto:dark

  • stamen:toner

  • stamen:toner_lite

  • stamen:watercolor

  • stamen:terrain

  • tf:cycle

  • tf:trans

  • tf:trans_dark

  • tf:landscape

  • tf:outdoors

  • tf:neighbourhood

  • tf:spinal

  • tf:pioneer

  • tf:atlas

  • tf:mobile

Please check if you can use here.

Additionally to the default you can use one of the following shortcuts.

To use these maps, get an API key from and add to the Source

🗺️
Mapbox referencing of map styles
esri maps
Mapbox referencing of raster styles
Thunder Forest