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.
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 is generated from the JSON reference. To update the docs, run:
npm run docs