You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The styles endpoint returns a valid mapboxGL style based on the base style, modified using the following parameters:
excludes (Array) - Array of layer ids from the base style to exclude.
overrides (Array) - Array of mapboxGL layer fragment objects including the layer id. Each key in this object will override the default in the corresponding layer from the base style.
sources (Array) - Array of mapboxGL source objects to be included in the returned style. Accepts all existing mapboxGL source types plus the ‘cartovector’ type defined in this spec.
The text was updated successfully, but these errors were encountered:
POST /styles
The styles endpoint returns a valid mapboxGL style based on the base style, modified using the following parameters:
excludes (Array)
- Array of layer ids from the base style to exclude.overrides (Array)
- Array of mapboxGL layer fragment objects including the layer id. Each key in this object will override the default in the corresponding layer from the base style.sources (Array)
- Array of mapboxGL source objects to be included in the returned style. Accepts all existing mapboxGL source types plus the ‘cartovector’ type defined in this spec.The text was updated successfully, but these errors were encountered: