Skip to content

Prebuilt Mapbox GL styles for use in Mapbox GL JS or the Mapbox Mobile SDKs and as a starting point for custom maps built with Mapbox Studio

License

Notifications You must be signed in to change notification settings

mapbox/mapbox-gl-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis

This repository contains prebuilt Mapbox GL styles for use in Mapbox GL JS or the Mapbox Mobile SDKs and as a starting point for custom maps built with Mapbox Studio.

The following styles are provided:

Basic (basic-v8)

Simple and flexible starting template.

Bright (bright-v8)

Template for complex custom basemaps.

Streets (streets-v8)

A complete basemap, perfect for incorporating your own data.

Light (light-v8)

Subtle light backdrop for data visualizations.

Dark (dark-v8)

Subtle dark backdrop for data visualizations.

Emerald (emerald-v8)

A versatile style, with emphasis on road networks and public transit.

Satellite (satellite-v8)

A beautiful global satellite and aerial imagery layer.

Satellite Streets (satellite-hybrid-v8)

Global satellite and aerial imagery with unobtrusive labels.

Empty (empty-v8)

A blank slate. Build your own map from the ground up.

Usage

The preferred way to use these styles in Mapbox GL JS or the Mapbox Mobile SDKs is via a mapbox:// URL.

JS

var map = new mapboxgl.Map({
    container: 'map',
    style: 'mapbox://styles/mapbox/streets-v8'
});

iOS

mapView = [[MGLMapView alloc] initWithFrame:self.view.bounds
                                   styleURL:[NSURL URLWithString:@"mapbox://styles/mapbox/satellite-v8"]];

Android

TBA

About

Prebuilt Mapbox GL styles for use in Mapbox GL JS or the Mapbox Mobile SDKs and as a starting point for custom maps built with Mapbox Studio

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published