mapbox-gl-style-spec
![Build Status](https://travis-ci.org/mapbox/mapbox-gl-style-spec.svg?branch=master)
Mapbox GL style specification and
reference.
This repository contains the specification and reference for
the JSON-based style descriptions used in Mapbox GL, and
is meant to be used as a guideline for building and testing implementations.
Reference
The JSON reference to properties and syntax is usable as a module in npm:
npm install --save mapbox-gl-style-spec
The API is a simple object of the reference.
Documentation
Documentation is generated from the JSON reference. To update the docs, run:
npm run docs