Skip to content

Instantly share code, notes, and snippets.

@CraigglesO
Created June 12, 2023 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CraigglesO/45a2e466e47315937e7fd636b6c73289 to your computer and use it in GitHub Desktop.
Save CraigglesO/45a2e466e47315937e7fd636b6c73289 to your computer and use it in GitHub Desktop.
style spec
{
classes: [
{
name: 'class1',
source: 'source1',
type: 'fill',
filter: ['==', 'name', 'value'],
layers: [
{
name: 'layer1',
filter: ['==', 'name', 'value'],
color: ...,
opacity: ...,
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment